From e7d628f539581ec70f87ace3b609d0b3474c68d1 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 29 Feb 2020 11:15:45 -0500 Subject: [PATCH] Allow .NET 4.0 projects to reference SDL2-CS.Core --- SDL2-CS.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2-CS.Core.csproj b/SDL2-CS.Core.csproj index dfb1926..6e8e706 100644 --- a/SDL2-CS.Core.csproj +++ b/SDL2-CS.Core.csproj @@ -1,6 +1,6 @@ - netstandard2.0 + net40;netstandard2.0 x64