aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/Ryujinx.HLE.csproj
diff options
context:
space:
mode:
authorIsaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com>2024-01-13 10:39:00 +0000
committerGitHub <noreply@github.com>2024-01-13 11:39:00 +0100
commit4fbc978e7341de5aea9004753433ce8ecba309f9 (patch)
treeee406274d68460682ce4b6f36e9b6448361371c2 /src/Ryujinx.HLE/Ryujinx.HLE.csproj
parent1a45dc8df882e58e4280849541e4f3be94f0edb9 (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.csproj2
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>