Browse Source
Merge pull request #549 from dotnet-architecture/dependabot/nuget/src/Web/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /src/Web
main
Sumit Ghosh
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Web/Web.csproj
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
|