We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25523d1 commit 7297059Copy full SHA for 7297059
install-osx.sh
@@ -1,8 +1,9 @@
1
#!/bin/sh
2
echo 'Installing .NET Core...'
3
4
-wget https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-osx-x64.pkg -O ~/dotnet-sdk-2.1.300-osx-x64.pkg
5
-sudo installer -pkg ~/dotnet-sdk-2.1.300-osx-x64.pkg -target /
+wget https://download.visualstudio.microsoft.com/download/pr/38102737-cb48-46c2-8f52-fb7102b50ae7/d81958d71c3c2679796e1ecfbd9cc903/dotnet-sdk-2.1.403-osx-x64.pkg -O ~/dotnet-sdk-2.1.403-osx-x64.pkg
+
6
+sudo installer -pkg ~/dotnet-sdk-2.1.403-osx-x64.pkg -target /
7
8
# https://github.com/dotnet/cli/issues/2544
9
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
0 commit comments