File tree Expand file tree Collapse file tree
CodeBreaker.Blazor.Client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <BlazorWebAssemblyLoadAllGlobalizationData >true</BlazorWebAssemblyLoadAllGlobalizationData >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <RootNamespace >$(MSBuildProjectName)</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <UserSecretsId >a3b22f52-7891-4ca2-816c-8ee5986f6424</UserSecretsId >
1111 </PropertyGroup >
1212 <ItemGroup >
1313 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" />
14- <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" />
1514 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" NoWarn =" NU1605" />
1615 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" NoWarn =" NU1605" />
1716 <PackageReference Include =" Microsoft.Identity.Web" />
You can’t perform that action at this time.
0 commit comments