File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919
2020app . UseAuthorization ( ) ;
2121
22- app . MapStaticAssets ( ) ;
23- app . MapRazorPages ( )
24- . WithStaticAssets ( ) ;
22+ app . UseStaticFiles ( ) ;
23+ app . MapRazorPages ( ) ;
2524
2625app . Run ( ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <UserSecretsId >7f0355f0-e3cb-4a1e-bf2d-0431db9b93f8</UserSecretsId >
1313 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.0.2" />
1414 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.21.0" />
1515 <PackageReference Include =" System.Text.Json" Version =" 8.0.4" />
16- <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
16+ <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.2 " />
1717 </ItemGroup >
1818
1919</Project >
You can’t perform that action at this time.
0 commit comments