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

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

</Project>