Add Core 3.1 target to BizwareGL

This commit is contained in:
YoshiRulz 2020-04-08 02:04:50 +10:00
parent ce17df2b6a
commit d0cc17c208
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions
Bizware/BizHawk.Bizware.BizwareGL

View File

@ -2,7 +2,7 @@
<Import Project="$(SolutionDir)MainSlnCommon.props" />
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" PrivateAssets="All" />