aboutsummaryrefslogblamecommitdiff
path: root/Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj
blob: d925546fedbb0373e1bc4580e9aca02f1ad86946 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                                 
                                             
                                               
                                                  




                                                      


                                                        
          
<Project Sdk="Microsoft.NET.Sdk">

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

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

  <ItemGroup>
    <PackageReference Include="UnicornEngine.Unicorn" />
  </ItemGroup>

</Project>