Ryujinx.Common.csproj 308 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="MsgPack.Cli" />
  8. <PackageReference Include="System.Management" />
  9. </ItemGroup>
  10. </Project>