dotnet-core/release-notes/download-archives/1.1.0-preview1-005077-sdk-download.md

5.1 KiB

.NET Core SDK 1.1.0 Preview1-005077 with .NET Core 1.0.5 & 1.1.2

The .NET Core SDK is being updated to version 1.1.0 in Visual Studio 2017 15.3. The changes, which are listed in the SDK release notes are in support of Visual Studio 2017. Previously released Runtime-only installers and binaries can be found on the .NET Core 1.0.5 and 1.1.2 installer pages.

Checksums are available to verify all downloads.

SDK Installer SDK Binaries
Windows 32-bit / 64-bit 32-bit / 64-bit
macOS 64-bit 64-bit
CentOS 7.1 - 64-bit
Debian 8 - 64-bit
Fedora 24 - 64-bit
OpenSUSE 42.1 - 64-bit
Ubuntu See installation steps below.

Installation from a binary archive

When using binary archives to install, we recommend the contents be extracted to /opt/dotnet and a symbolic link created for dotnet. If an earlier release of .NET Core is already installed, the directory and symbolic link may already exist. Ubuntu and Mint users should follow the instructions in the Ubuntu Installation section below.

sudo mkdir -p /opt/dotnet
sudo tar zxf [tar.gz filename] -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin

Ubuntu installation

Add the dotnet apt-get feed

The first step is to establish the source feed for the package manager. This is only needed if you have not previously set up the source or if you are installing for the first time.

Ubuntu 14.04 and Linux Mint 17

sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
sudo apt-get update

Ubuntu 16.04 and Linux Mint 18

sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
sudo apt-get update

Ubuntu 16.10

sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ yakkety main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
sudo apt-get update

Install .NET Core SDK

Before you start, uninstall any .NET Core SDK Previews that were previously installed. For example,

sudo apt-get remove dotnet-dev-1.1.0-preview1-[build number]]

To install .NET Core on Ubuntu or Linux Mint, use the following apt-get command.

sudo apt-get install dotnet-dev-1.1.0-preview1-005077