Allow .NET 4.0 projects to reference SDL2-CS.Core

This commit is contained in:
Ethan Lee 2020-02-29 11:15:45 -05:00
parent 6cb034a649
commit e7d628f539

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup>