From afaa34f0f36c115b410e8327fa07115188612fee Mon Sep 17 00:00:00 2001 From: "Jack Boswell (boswelja)" Date: Thu, 22 Jul 2021 20:34:55 +1200 Subject: [PATCH 1/2] Add missing include for osx-arm64 --- SDL2-CS.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SDL2-CS.csproj b/SDL2-CS.csproj index fa342b4..870c9de 100644 --- a/SDL2-CS.csproj +++ b/SDL2-CS.csproj @@ -32,6 +32,11 @@ runtimes/osx-x64/native true + + PreserveNewest + runtimes/osx-arm64/native + true + PreserveNewest runtimes/linux-x64/native From a535172268393ccffc823162cfe7714babf0b39f Mon Sep 17 00:00:00 2001 From: "Jack Boswell (boswelja)" Date: Thu, 22 Jul 2021 20:35:36 +1200 Subject: [PATCH 2/2] Add missing win-arm64 include --- SDL2-CS.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SDL2-CS.csproj b/SDL2-CS.csproj index 870c9de..94169f5 100644 --- a/SDL2-CS.csproj +++ b/SDL2-CS.csproj @@ -22,6 +22,11 @@ runtimes/win-x64/native true + + PreserveNewest + runtimes/win-arm64/native + true + PreserveNewest runtimes/win-x86/native