File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<NuGetAuditMode >all</NuGetAuditMode >
8
8
<!-- https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904 -->
9
9
<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 >
10
+ <AspNetPackageVersion Condition =" '$(TargetFramework)'=='net8.0'" >8.0.14 </AspNetPackageVersion >
11
+ <AspNetPackageVersion Condition =" '$(TargetFramework)'=='net9.0'" >9.0.3 </AspNetPackageVersion >
12
12
</PropertyGroup >
13
13
<ItemGroup >
14
14
<PackageVersion Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" $(AspNetPackageVersion)" />
17
17
<PackageVersion Include =" WeihanLi.Common" Version =" 1.0.75" />
18
18
</ItemGroup >
19
19
<ItemGroup >
20
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
20
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
21
21
<PackageVersion Include =" xunit" Version =" 2.9.2" />
22
22
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
23
23
</ItemGroup >
You can’t perform that action at this time.
0 commit comments