Update TravisCI build to use Net Core SDK 2.1.300 preview (#610)

This commit is contained in:
Karl Burtram
2018-05-01 16:22:02 -07:00
committed by GitHub
parent e02592460b
commit 70724b9167

View File

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