aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj
blob: 2005e4fb498b5b2e6444e24a8a301b67dbce8ce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <Configurations>Debug;Release</Configurations>
  </PropertyGroup>

  <PropertyGroup>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  </PropertyGroup>

</Project>