Skip to content

Commit 5422eb0

Browse files
brendandburnsk8s-ci-robot
authored andcommitted
Update dotnet on OS X to 2.2 (#246)
1 parent 948d78c commit 5422eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-osx.sh

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

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
4+
wget https://download.visualstudio.microsoft.com/download/pr/3fb2ae01-c8c5-4d0a-9102-31c8c3386bc5/94b144257db9c52405d7f7e03adc31a9/dotnet-sdk-2.2.104-osx-gs-x64.pkg -O ~/dotnet-sdk-2.2.104-osx-gs-x64.pkg
55

6-
sudo installer -pkg ~/dotnet-sdk-2.1.403-osx-x64.pkg -target /
6+
sudo installer -pkg ~/dotnet-sdk-2.2.104-osx-gs-x64.pkg -target /
77

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

0 commit comments

Comments
 (0)