From c7166ee1caa1aa3c4a7d653964eef2714f8aec48 Mon Sep 17 00:00:00 2001 From: Max Mommersteeg Date: Mon, 24 Dec 2018 00:20:16 +0100 Subject: [PATCH] Updated dotnet sdk in install-dotnet.sh. --- build/docker/linux-ci/install-dotnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/linux-ci/install-dotnet.sh b/build/docker/linux-ci/install-dotnet.sh index 7873425b..db2d5602 100755 --- a/build/docker/linux-ci/install-dotnet.sh +++ b/build/docker/linux-ci/install-dotnet.sh @@ -6,5 +6,5 @@ wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-pr dpkg -i packages-microsoft-prod.deb apt-get install -y apt-transport-https apt-get update -apt-get install -y dotnet-sdk-2.1 +apt-get install -y dotnet-sdk-2.2 apt-get clean \ No newline at end of file