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. --- ARMeilleure/ARMeilleure.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'ARMeilleure') diff --git a/ARMeilleure/ARMeilleure.csproj b/ARMeilleure/ARMeilleure.csproj index f73df09f..24a52567 100644 --- a/ARMeilleure/ARMeilleure.csproj +++ b/ARMeilleure/ARMeilleure.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + 8.0 win-x64;osx-x64;linux-x64 -- cgit v1.2.3