Update TravisCI to use .Net Core 2.1.300 GA release (#626)

* Update TravisCI to use .Net Core 2.1.300 GA

* Update apt-get package name
This commit is contained in:
Karl Burtram
2018-06-04 14:23:41 -07:00
committed by GitHub
parent 3b82033b12
commit b41c19bd25

View File

@@ -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.300-preview2-008533;
sudo apt-get install dotnet-sdk-2.1;
else
brew update;
fi