Updated dotnet sdk in install-dotnet.sh.

This commit is contained in:
Max Mommersteeg 2018-12-24 00:20:16 +01:00
parent 2a1292f8c9
commit c7166ee1ca

View file

@ -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