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

@ -13,7 +13,7 @@ osx_image: xcode9.2
mono:
- 4.4.2
dotnet: 2.1.4
dotnet: 2.1.301
before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags