From 438c8e1f1408bb3d26362672ad0f237752d5ab3c Mon Sep 17 00:00:00 2001 From: Brendan McShane Date: Sat, 20 Nov 2021 17:56:33 -0500 Subject: [PATCH] Switch from dotnet 5.0 to dotnet 6.0 The 'osx-arm64' RID is only supported on .net versions greater than 6.0. https://docs.microsoft.com/en-us/dotnet/core/rid-catalog --- ElectronNET.CLI/ElectronNET.CLI.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index a4bd011..ff01285 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -3,7 +3,7 @@ Exe - net5.0 + net6.0 dotnet-electronize electronize @@ -33,7 +33,7 @@ - AnyCPU + 4