aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.Graphics.Texture/Ryujinx.Graphics.Texture.csproj
blob: 51721490ebcbfb0a3b90bf60dee313e882771ee0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                 
                 
                                             
                                               



                                                                          
          
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

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

</Project>