升级Microsoft.AspNetCore.Authentication.JwtBearer,github提示有安全风险

This commit is contained in:
xuejiaming 2021-11-05 21:09:29 +08:00
parent a680f07a92
commit b2c3e81298
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="ChronusJob" Version="1.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.1" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.11" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.1" NoWarn="NU1605" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.9" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />