Ryujinx.Audio.csproj 313 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />
  8. </ItemGroup>
  9. </Project>