aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
blob: 51b3b374e7d83bc9580712d4ea086e7d3db8f3aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net7.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Ryujinx.SDL2-CS" Version="2.0.22-build20" />
  </ItemGroup>

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

</Project>