From 32656ba98f9700c71c39e431ed879a834121cd82 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 4 Dec 2017 19:05:32 -0600 Subject: [PATCH] update dotnet sdk --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73c7489f7..4111bddf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list' - sudo apt-get update -- sudo apt-get install dotnet-sdk-2.0.2 +- sudo apt-get install dotnet-sdk-2.0.3 - sudo apt-get install sshpass script: - scripts/build.sh