Created
February 15, 2021 23:54
-
-
Save dmohl/8103b0a1044cb29c799bf982a33a914a to your computer and use it in GitHub Desktop.
Install .NET SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb | |
sudo dpkg -i packages-microsoft-prod.deb | |
sudo apt-get update; | |
sudo apt-get install -y dotnet-sdk-3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment