Remove net471 targeting

This commit is contained in:
Dean Herbert
2018-07-09 04:09:28 +09:00
parent e18f22b67b
commit ad4d8efd03
7 changed files with 4 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFrameworks>net471;netcoreapp2.1</TargetFrameworks>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>WinExe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>