From 9bc3453411d5a26493d4ffdafdac99abe1f91da2 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Mon, 7 Dec 2020 01:17:12 +0000 Subject: [PATCH] Upgrade .NET projects to C# 8.0. --- Directory.Build.props | 2 +- src/Runtime/CppSharp.Runtime.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index bb3ab621..581c35a2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,7 @@ $(BuildDir)$(PremakeAction)\ $(ActionDir)projects\ $(OutputPath) - 7.3 + 8.0 4 dotnet dll diff --git a/src/Runtime/CppSharp.Runtime.csproj b/src/Runtime/CppSharp.Runtime.csproj index 0f518952..a302d0d9 100644 --- a/src/Runtime/CppSharp.Runtime.csproj +++ b/src/Runtime/CppSharp.Runtime.csproj @@ -1,5 +1,6 @@  + 7.3 true netstandard2.0 AnyCPU