File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <TargetFramework >net10 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <UsingBrowserRuntimeWorkload >false</UsingBrowserRuntimeWorkload >
Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <PackageReference Include =" Blazored.LocalStorage" Version =" 4.5.0" />
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0" />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0" PrivateAssets =" all" />
12- <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 10 .0.0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0" PrivateAssets =" all" />
12+ <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 9 .0.0" />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 88 <ItemGroup >
99 <PackageReference Include =" Azure.Identity" Version =" 1.13.1" />
1010 <PackageReference Include =" Azure.Storage.Blobs" Version =" 12.23.0" />
11- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10 .0.0" NoWarn =" NU1605" />
12- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 10 .0.0" NoWarn =" NU1605" />
13- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 10 .0.0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9 .0.0" NoWarn =" NU1605" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9 .0.0" NoWarn =" NU1605" />
13+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9 .0.0" />
1414 </ItemGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <ItemGroup >
4- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 10 .0.0" />
4+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9 .0.0" />
55 </ItemGroup >
66
77</Project >
You can’t perform that action at this time.
0 commit comments