/ src / Ryujinx.Tests.Unicorn / Ryujinx.Tests.Unicorn.csproj
Ryujinx.Tests.Unicorn.csproj
 1  <Project Sdk="Microsoft.NET.Sdk">
 2  
 3    <PropertyGroup>
 4      <TargetFramework>net8.0</TargetFramework>
 5      <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 6      <Configurations>Debug;Release</Configurations>
 7    </PropertyGroup>
 8  
 9    <PropertyGroup>
10      <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11    </PropertyGroup>
12  
13    <ItemGroup>
14      <PackageReference Include="UnicornEngine.Unicorn" />
15    </ItemGroup>
16  
17  </Project>