Ryujinx.Tests.Unicorn.csproj 550 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  5. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
  12. <PackageReference Include="System.Runtime.Intrinsics.Experimental" Version="4.5.0-rc1" />
  13. </ItemGroup>
  14. </Project>