From 4c54f36c380683ef4575becf516953b7b0dfd6fc Mon Sep 17 00:00:00 2001 From: Ac_K Date: Mon, 4 May 2020 04:14:48 +0200 Subject: Upgrade projects to C#8 (#1193) Some parts of our code needs C# 8 who isn't set as default in Visual Studio. To fix this we have to set the C# version correctly in the csproj files and then we are be able to build the project using Visual Studio. --- Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj') diff --git a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj index 43dc7816..782e0436 100644 --- a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj +++ b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj @@ -3,6 +3,7 @@ true netcoreapp3.1 + 8.0 win-x64;osx-x64;linux-x64 -- cgit v1.2.3