diff options
| author | Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> | 2024-01-13 10:39:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 11:39:00 +0100 |
| commit | 4fbc978e7341de5aea9004753433ce8ecba309f9 (patch) | |
| tree | ee406274d68460682ce4b6f36e9b6448361371c2 /src/Ryujinx.HLE/Ryujinx.HLE.csproj | |
| parent | 1a45dc8df882e58e4280849541e4f3be94f0edb9 (diff) | |
Switch to `Microsoft.IdentityModel.JsonWebTokens` (#6108)
* Switch to `Microsoft.IdentityModel.JsonWebTokens`
* Formatting
Diffstat (limited to 'src/Ryujinx.HLE/Ryujinx.HLE.csproj')
| -rw-r--r-- | src/Ryujinx.HLE/Ryujinx.HLE.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/Ryujinx.HLE.csproj b/src/Ryujinx.HLE/Ryujinx.HLE.csproj index 370933cc..dbcb8221 100644 --- a/src/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/src/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -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> |
