Bump .Net Core SDK to 2.2.100 Preview (#715)

* Bump .Net Core SDK to 2.2

* Update travis file

* Try to fix broken AppVeyor code coverage
This commit is contained in:
Karl Burtram
2018-10-22 15:54:17 -07:00
committed by GitHub
parent 1ef70ef259
commit a241a4510b
23 changed files with 35 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ os:
# - osx
mono: none
dotnet: 2.1.300
dotnet: 2.2.100-preview3-009430
# safelist
branches:
@@ -25,7 +25,7 @@ env:
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
sudo apt-get update;
sudo apt-get install dotnet-sdk-2.1;
sudo apt-get install dotnet-sdk-2.2;
else
brew update;
fi