From 11adade8c29d6ea8a91f7754dd25e8297694b2a0 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Tue, 17 Oct 2017 10:47:08 -0400 Subject: [PATCH] .NET Core 2.0 support! --- SDL2-CS.Core.csproj | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SDL2-CS.Core.csproj diff --git a/SDL2-CS.Core.csproj b/SDL2-CS.Core.csproj new file mode 100644 index 0000000..6a3bce5 --- /dev/null +++ b/SDL2-CS.Core.csproj @@ -0,0 +1,25 @@ + + + netstandard2.0 + x64 + + + false + SDL2-CS + SDL2 + true + false + + + + + + + + + + + Always + + +