Add Core 3.1 target to BizwareGL
This commit is contained in:
parent
ce17df2b6a
commit
d0cc17c208
Bizware/BizHawk.Bizware.BizwareGL
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue