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

@ -5,7 +5,7 @@
<OutputType>Library</OutputType>
<TargetFrameworks>net451;netcoreapp1.0;netstandard1.4</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
<PackageReference Include="Microsoft.NETCore.App" Version="$(CLI_SharedFrameworkVersion)" />
</ItemGroup>
</Project>