diff options
-rw-r--r-- | Ryujinx.HLE/Ryujinx.HLE.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Ryujinx.HLE.csproj b/Ryujinx.HLE/Ryujinx.HLE.csproj index 91d82755..c04ba7cf 100644 --- a/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -26,7 +26,7 @@ <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> <PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11" /> - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.0" /> + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.0" /> </ItemGroup> <!-- Due to Concentus. --> |