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> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework> <TargetFramework>net48</TargetFramework>
<ApplicationIcon /> <ApplicationIcon />
<StartupObject /> <StartupObject />
<AssemblyName>RecrownedGTK.Tools</AssemblyName> <AssemblyName>RecrownedGTK.Tools</AssemblyName>