This page provides download links for .NET Core 1.1 Preview 1 runtime and shared framework only. If you also need the SDK, use the download links on the main Preview 1 download page.
.NET Core 1.1 Preview 1 | Installer | Binaries |
---|---|---|
Windows | 32-bit / 64-bit | 32-bit / 64-bit |
macOS | 64-bit | - |
CentOS 7.1 | - | 64-bit |
Debian 8 | - | 64-bit |
Fedora 23 | - | 64-bit |
openSUSE 13.2 | - | 64-bit |
openSUSE 42.1 | - | 64-bit |
Ubuntu 14.04 | - | 64-bit |
Ubuntu 16.04 | - | 64-bit |
Ubuntu 16.10 | - | 64-bit |
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.
sudo mkdir -p /opt/dotnet
sudo tar zxf [tar.gz filename] -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin