aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/Ryujinx.Graphics.Texture.csproj
blob: 6af7e775e6c20b551a22a9df3e5f4f310ef93c33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  </ItemGroup>

</Project>