From c5911dcc22e5fdf89f97c69fbab60cf6f0d1853f Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 2 Dec 2020 14:53:00 +0900 Subject: [PATCH] Add missing include rules for linux bianries to csproj --- SDL2-CS.csproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SDL2-CS.csproj b/SDL2-CS.csproj index 3cfd471..fa342b4 100644 --- a/SDL2-CS.csproj +++ b/SDL2-CS.csproj @@ -32,6 +32,16 @@ runtimes/osx-x64/native true + + PreserveNewest + runtimes/linux-x64/native + true + + + PreserveNewest + runtimes/linux-x86/native + true +