upgraded packages to netcoreapp2.1 Ocelot is still netstandard2.0 (#455)

* upgraded packages to netcoreapp2.1 Ocelot is still netstandard2.0

* try get latest sdk travis

* try get specific sdk travis
This commit is contained in:
Tom Pallister
2018-07-11 06:28:08 +01:00
committed by GitHub
parent 69d766b01d
commit 26ef3faa11
7 changed files with 80 additions and 80 deletions

View File

@ -2,8 +2,7 @@
<PropertyGroup>
<VersionPrefix>0.0.0-dev</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>Ocelot.Benchmarks</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Ocelot.Benchmarks</PackageId>