diff options
Diffstat (limited to 'Ryujinx.Common/Ryujinx.Common.csproj')
-rw-r--r-- | Ryujinx.Common/Ryujinx.Common.csproj | 4 |
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> |