Merge pull request #66 from FastTunnel/dependabot/nuget/FastTunnel.Api/System.IdentityModel.Tokens.Jwt-6.34.0

Bump System.IdentityModel.Tokens.Jwt from 6.10.0 to 6.34.0 in /FastTunnel.Api
This commit is contained in:
Gui.H 2024-08-02 23:31:40 +08:00 committed by GitHub
commit 4a200ee635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.4" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.4" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.10.0" /> <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.34.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.10.0" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>