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

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
</PropertyGroup>
<ItemGroup>