Changed Tools to .Net Framework.

This commit is contained in:
Harrison Deng 2020-02-29 01:41:01 -05:00
parent a882147f33
commit c5f281c5e0

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net48</TargetFramework>
<ApplicationIcon />
<StartupObject />
<AssemblyName>RecrownedGTK.Tools</AssemblyName>