Switch to Microsoft.IdentityModel.JsonWebTokens (#6108)

* Switch to `Microsoft.IdentityModel.JsonWebTokens`

* Formatting
This commit is contained in:
Isaac Marovitz 2024-01-13 10:39:00 +00:00 committed by GitHub
parent 1a45dc8df8
commit 4fbc978e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 23 deletions

View file

@ -23,10 +23,10 @@
<ItemGroup>
<PackageReference Include="Concentus" />
<PackageReference Include="LibHac" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="SixLabors.ImageSharp" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
<PackageReference Include="NetCoreServer" />
</ItemGroup>