Retarget tests to netcoreapp2.1

This commit is contained in:
Daniel Plaisted 2017-08-17 23:07:28 -07:00
parent be6fc8836f
commit c00afe9588
67 changed files with 75 additions and 75 deletions

View file

@ -6,7 +6,7 @@
<PropertyGroup>
<VersionPrefix>1.0.0-rc</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<VersionSuffix></VersionSuffix>
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>