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.Debugger/Ryujinx.Debugger.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Debugger') diff --git a/Ryujinx.Debugger/Ryujinx.Debugger.csproj b/Ryujinx.Debugger/Ryujinx.Debugger.csproj index 90ec5b46..4888d756 100644 --- a/Ryujinx.Debugger/Ryujinx.Debugger.csproj +++ b/Ryujinx.Debugger/Ryujinx.Debugger.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + 8.0 Debug;Release;Profile Release;Profile Debug -- cgit v1.2.3