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.Shader/Ryujinx.Graphics.Shader.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics.Shader') diff --git a/Ryujinx.Graphics.Shader/Ryujinx.Graphics.Shader.csproj b/Ryujinx.Graphics.Shader/Ryujinx.Graphics.Shader.csproj index a71e5291..d53bdce9 100644 --- a/Ryujinx.Graphics.Shader/Ryujinx.Graphics.Shader.csproj +++ b/Ryujinx.Graphics.Shader/Ryujinx.Graphics.Shader.csproj @@ -16,6 +16,7 @@ netcoreapp3.1 + 8.0 win-x64;osx-x64;linux-x64 -- cgit v1.2.3