Skip to content

Commit 068c0d5

Browse files
committed
fixed comments
1 parent 4389ae6 commit 068c0d5

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

NetEvent/Client/Pages/Administration/AdminMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</Authorized>
1818
</AuthorizeView>
1919
<MudDivider />
20-
<AuthorizeView Policy="Admin.SystemInfo.Read">
20+
<AuthorizeView Policy="Admin.SystemInfo.*">
2121
<Authorized>
2222
<MudButton Variant="Variant.Text" DisableElevation="true" Color="Color.Default" Href="administration/systeminfo" Match="NavLinkMatch.Prefix">@Localize["Administration.AdminMenu.SystemInfo"]</MudButton>
2323
<MudDivider />

NetEvent/Server/NetEvent.Server.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<!--<ImplicitUsings>enable</ImplicitUsings>-->
77
<UserSecretsId>NetEvent.Server-22C6183C-4927-4801-90E6-4AC1E79183B5</UserSecretsId>
88
<CodeAnalysisRuleSet>..\..\.sonarlint\lan2play_custom.ruleset</CodeAnalysisRuleSet>
9+
<PreserveCompilationContext>true</PreserveCompilationContext>
10+
<Version>0.0.1</Version>
911
</PropertyGroup>
1012

1113
<ItemGroup>
@@ -15,12 +17,7 @@
1517
<ItemGroup>
1618
<ProjectReference Include="..\Client\NetEvent.Client.csproj" />
1719
</ItemGroup>
18-
<PropertyGroup>
19-
<PreserveCompilationContext>true</PreserveCompilationContext>
20-
</PropertyGroup>
21-
<PropertyGroup>
22-
<Version>0.0.1</Version>
23-
</PropertyGroup>
20+
2421
<ItemGroup>
2522
<PackageReference Include="MediatR" Version="10.0.1" />
2623
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />

0 commit comments

Comments
 (0)