Skip to content

Commit

Permalink
Merge pull request #164 from HaoQianCheng/update_jwtversion
Browse files Browse the repository at this point in the history
System.IdentityModel.Tokens.Jwt 7.0.3 ->7.3.1
  • Loading branch information
kklldog authored Feb 6, 2024
2 parents 1d35c20 + f1a5501 commit 3a517c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AgileConfig.Server.OIDC/AgileConfig.Server.OIDC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="AgileHttp" Version="0.0.6" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3a517c2

Please sign in to comment.