From 7b45a190c3630cab169618952e2faa35eeb907f4 Mon Sep 17 00:00:00 2001 From: Zaprit Date: Mon, 25 Jul 2022 19:31:48 +0100 Subject: [PATCH] Update Eto.Forms and add arm64 macOS build support (#22) * Updated Eto.Forms to 2.7.0 and added build support for osx-arm64 * update to .NET 6.0 --- UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj | 2 +- UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj | 4 ++-- UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj | 6 ++++-- UnionPatcher.Gui/UnionPatcher.Gui.csproj | 2 +- global.json | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj b/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj index aa10c2f..f9f7aa8 100644 --- a/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj +++ b/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj @@ -10,7 +10,7 @@ - + diff --git a/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj b/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj index b86ceb7..62fb7a3 100644 --- a/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj +++ b/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj @@ -3,7 +3,7 @@ Exe net6.0 - osx-x64 + osx-x64;osx-arm64 LBPUnion.UnionPatcher.Gui.MacOS LBPUnion.UnionPatcher.Gui.MacOS Icon64.ico @@ -16,6 +16,6 @@ - + diff --git a/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj b/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj index 5e74fe7..bef709d 100644 --- a/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj +++ b/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj @@ -9,11 +9,13 @@ - + - + + + diff --git a/UnionPatcher.Gui/UnionPatcher.Gui.csproj b/UnionPatcher.Gui/UnionPatcher.Gui.csproj index 3bfcf88..1400570 100644 --- a/UnionPatcher.Gui/UnionPatcher.Gui.csproj +++ b/UnionPatcher.Gui/UnionPatcher.Gui.csproj @@ -15,7 +15,7 @@ - + diff --git a/global.json b/global.json index 4db6a48..b47b061 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "5.0", + "version": "6.0", "rollForward": "latestMajor", "allowPrerelease": false } -} \ No newline at end of file +}