aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common
diff options
context:
space:
mode:
authorAndrey Sukharev <SukharevAndrey@users.noreply.github.com>2022-12-12 18:03:10 +0300
committerGitHub <noreply@github.com>2022-12-12 16:03:10 +0100
commit535fbec6751d1726c0b0b0ab6de3a9430ff7ec72 (patch)
treecc914d1321a83b3808f8ee1217a8371f3210e04a /Ryujinx.Common
parent6fe88115a302f4b4da38d8aac1baac7ada548be0 (diff)
Use NuGet Central Package Management to manage package versions solution-wise (#4095)
Diffstat (limited to 'Ryujinx.Common')
-rw-r--r--Ryujinx.Common/Ryujinx.Common.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Common/Ryujinx.Common.csproj b/Ryujinx.Common/Ryujinx.Common.csproj
index 9a83c2b4..ca5de76a 100644
--- a/Ryujinx.Common/Ryujinx.Common.csproj
+++ b/Ryujinx.Common/Ryujinx.Common.csproj
@@ -6,8 +6,8 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="MsgPack.Cli" Version="1.0.1" />
- <PackageReference Include="System.Management" Version="7.0.0" />
+ <PackageReference Include="MsgPack.Cli" />
+ <PackageReference Include="System.Management" />
</ItemGroup>
</Project>