Updating the build and tests to work with the 2.2.0 runtime.

This commit is contained in:
Livar Cunha 2018-05-24 15:41:03 -07:00
parent dae5099ffb
commit 2f0f270a73
71 changed files with 104 additions and 99 deletions

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<VersionPrefix>1.0.0-rc</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>