diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-06-21 18:10:19 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-06-21 18:10:19 -0300 |
| commit | a4020bb398c72166cecd1457c973e0bebf9d2060 (patch) | |
| tree | 81e53b3c8b96973e0b031a32106cf69fc3f05488 /Ryujinx.Graphics/Ryujinx.Graphics.csproj | |
| parent | 53ebbcfbd9faab2659840bd8e22536cc7a2a6720 (diff) | |
Port from OpenTK.NETCore to OpenTK.NetStandard (#176)
* Minor code changes
* Forgot to remove a method
Diffstat (limited to 'Ryujinx.Graphics/Ryujinx.Graphics.csproj')
| -rw-r--r-- | Ryujinx.Graphics/Ryujinx.Graphics.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics/Ryujinx.Graphics.csproj b/Ryujinx.Graphics/Ryujinx.Graphics.csproj index 0212ca2a..55cb3911 100644 --- a/Ryujinx.Graphics/Ryujinx.Graphics.csproj +++ b/Ryujinx.Graphics/Ryujinx.Graphics.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> @@ -13,7 +13,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" /> + <PackageReference Include="OpenTK.NetStandard" Version="1.0.4" /> </ItemGroup> <ItemGroup> |
