fix stuffs

This commit is contained in:
Zontreck 2020-09-04 13:38:12 -07:00
parent 1c6a08a4d7
commit 34d3b4dab6

View file

@ -2,11 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>false</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>