From 4eb6d385c33cbaaeb0185bb8b8e7eb8c587597c7 Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Sat, 29 Oct 2022 22:09:20 +0400 Subject: [PATCH] Bump Build.csproj TFM to net6.0 netcoreapp3.1 is not supported on macOS Arm64 --- build/Build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Build.csproj b/build/Build.csproj index cff0ed9937..4cb47e4f84 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1 + net6.0 $(MSBuildProjectDirectory)