File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 77 <NuGetAuditMode >all</NuGetAuditMode >
88 <!-- https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904 -->
99 <WarningsAsErrors >NU1901;NU1902;NU1903;NU1904</WarningsAsErrors >
10+ <AspNetPackageVersion Condition =" '$(TargetFramework)'=='net8.0'" >8.0.13</AspNetPackageVersion >
11+ <AspNetPackageVersion Condition =" '$(TargetFramework)'=='net9.0'" >9.0.2</AspNetPackageVersion >
1012 </PropertyGroup >
1113 <ItemGroup >
12- <PackageVersion Condition =" '$(TargetFramework)'=='net8.0'" Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.12" />
13- <PackageVersion Condition =" '$(TargetFramework)'=='net9.0'" Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9.0.1" />
14- <PackageVersion Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.1" />
14+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" $(AspNetPackageVersion)" />
15+ <PackageVersion Include =" Microsoft.AspNetCore.OpenApi" Version =" $(AspNetPackageVersion)" />
1516 <PackageVersion Include =" Scalar.AspNetCore" Version =" 1.2.76" />
16- <PackageVersion Include =" WeihanLi.Common" Version =" 1.0.74 " />
17+ <PackageVersion Include =" WeihanLi.Common" Version =" 1.0.75 " />
1718 </ItemGroup >
1819 <ItemGroup >
1920 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
You can’t perform that action at this time.
0 commit comments