Upgrade to netcoreapp2.1

- Required to use HttpClient managed handler, which is required for tests to pass on OSX
This commit is contained in:
Mike Harder 2018-05-14 12:32:48 -07:00
parent 0fa02f424f
commit cca8ad4692
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>