11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2-
32 <PropertyGroup >
43 <TargetFramework >net8.0</TargetFramework >
54 <Nullable >enable</Nullable >
87 <Configurations >Debug;Release;</Configurations >
98 <UserSecretsId >de8c977a-d6ea-49f0-8090-ba49c09dad1f</UserSecretsId >
109 </PropertyGroup >
11-
1210 <ItemGroup >
1311 <TrimmerRootAssembly Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
1412 </ItemGroup >
15-
1613 <ItemGroup >
17- <PackageReference Include =" BlazorApplicationInsights" Version = " 3.1.0 " />
18- <PackageReference Include =" CNinnovation.Codebreaker.GamesClient" Version = " 3.7.0 " />
19- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version = " 8.0.8 " />
20- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version = " 8.0.8 " />
21- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version = " 8.0.8 " PrivateAssets =" all" />
22- <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version = " 8.0.8 " />
23- <PackageReference Include =" Microsoft.Extensions.Http" Version = " 8.0.0 " />
24- <PackageReference Include =" Microsoft.Extensions.Localization" Version = " 8.0.8 " />
25- <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version = " 4.10.0 " />
26- <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version = " 4.10.0 " />
27- <PackageReference Include =" System.Text.Json" Version = " 8.0.5 " />
14+ <PackageReference Include =" BlazorApplicationInsights" />
15+ <PackageReference Include =" CNinnovation.Codebreaker.GamesClient" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" />
17+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" />
18+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" PrivateAssets =" all" />
19+ <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" />
20+ <PackageReference Include =" Microsoft.Extensions.Http" />
21+ <PackageReference Include =" Microsoft.Extensions.Localization" />
22+ <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" />
23+ <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" />
24+ <PackageReference Include =" System.Text.Json" />
2825 </ItemGroup >
29-
3026 <ItemGroup >
3127 <Compile Update =" Resources\Resource.Designer.cs" >
3228 <DesignTime >True</DesignTime >
3329 <AutoGen >True</AutoGen >
3430 <DependentUpon >Resource.resx</DependentUpon >
3531 </Compile >
3632 </ItemGroup >
37-
3833 <ItemGroup >
3934 <EmbeddedResource Update =" Resources\Resource.resx" >
4035 <Generator >PublicResXFileCodeGenerator</Generator >
4136 <LastGenOutput >Resource.Designer.cs</LastGenOutput >
4237 </EmbeddedResource >
4338 </ItemGroup >
44-
45- </Project >
39+ </Project >
0 commit comments