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