We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c21df commit c42520eCopy full SHA for c42520e
jwtauthrefreshercore/jwtauthcore.csproj
@@ -6,7 +6,7 @@
6
7
<ItemGroup>
8
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
9
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
10
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.1" />
11
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
12
</ItemGroup>
0 commit comments