Skip to content

Commit 6728505

Browse files
qmfrederikbrendandburns
authored andcommitted
Upgrade to .NET Core 2.1 RC1 (#157)
1 parent 5865207 commit 6728505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microso
55
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
66
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
77
sudo apt-get -qq update
8-
sudo apt-get install -y dotnet-sdk-2.1.300-preview2-008533
8+
sudo apt-get install -y dotnet-sdk-2.1.300-rc1-008673
99

1010
echo 'Installing kubecl'
1111
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl

install-osx.sh

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

4-
wget https://download.microsoft.com/download/D/7/8/D788D3CD-44C4-487D-829B-413E914FB1C3/dotnet-sdk-2.1.300-preview1-008174-osx-x64.pkg -O ~/dotnet-sdk-2.1.300-preview1-008174-osx-x64.pkg
5-
sudo installer -pkg ~/dotnet-sdk-2.1.300-preview1-008174-osx-x64.pkg -target /
4+
wget https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.300-rc1-008673/dotnet-sdk-2.1.300-rc1-008673-osx-x64.pkg -O ~/dotnet-sdk-2.1.300-rc1-008673-osx-x64.pkg
5+
sudo installer -pkg ~/dotnet-sdk-2.1.300-rc1-008673-osx-x64.pkg -target /
66

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

0 commit comments

Comments
 (0)