Skip to content

Commit c42520e

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.0.0 to 3.1.18. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Commits](dotnet/aspnetcore@v3.0.0...v3.1.18) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35c21df commit c42520e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwtauthrefreshercore/jwtauthcore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
9-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
1010
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.1" />
1111
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)