We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c538d4 commit 17ea541Copy full SHA for 17ea541
BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj
@@ -53,8 +53,8 @@
53
</ItemGroup>
54
55
<ItemGroup>
56
- <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.7.0" />
57
- <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
+ <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.14.0" />
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
58
<PackageReference Include="System.Net.Http" Version="4.3.4" />
59
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
60
<InternalsVisibleTo Include="BervProject.WebApi.Integration.Test" />
0 commit comments