aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
blob: 96bebac0a230f31ccc8f92cb8c1e3cb27a4e0a79 (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.24.2-build21" />
  </ItemGroup>

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

</Project>