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

@ -3,7 +3,7 @@
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<AssemblyName>AppWithDirectDep</AssemblyName>
<OutputType>Exe</OutputType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>