mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 04:08:35 +00:00
a4020bb398
* Minor code changes * Forgot to remove a method
12 lines
240 B
XML
12 lines
240 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|