Skip to content

Commit 7297059

Browse files
committed
Rev OS X SDK for dotnet
1 parent 25523d1 commit 7297059

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install-osx.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/sh
22
echo 'Installing .NET Core...'
33

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 /
4+
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
5+
6+
sudo installer -pkg ~/dotnet-sdk-2.1.403-osx-x64.pkg -target /
67

78
# https://github.com/dotnet/cli/issues/2544
89
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

0 commit comments

Comments
 (0)