diff options
-rw-r--r-- | Ryujinx.Common/Ryujinx.Common.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/Ryujinx.Common.csproj b/Ryujinx.Common/Ryujinx.Common.csproj index 818e5ba3..fbf069b0 100644 --- a/Ryujinx.Common/Ryujinx.Common.csproj +++ b/Ryujinx.Common/Ryujinx.Common.csproj @@ -8,7 +8,7 @@ <ItemGroup> <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> <PackageReference Include="System.Drawing.Common" Version="6.0.0" /> - <PackageReference Include="System.Management" Version="6.0.0" /> + <PackageReference Include="System.Management" Version="7.0.0" /> </ItemGroup> </Project> |