This repo contains the code to build the .NET Core runtime, libraries and shared host (dotnet
) installers for
all supported platforms. It does not contain the actual sources to .NET Core runtime; this source is split across
the dotnet/coreclr repo (runtime) and dotnet/corefx repo (libraries).
The all-up installation experience is described in the installation scenarios document in the dotnet/cli repo. That is the first step to get acquantied with the overall plan and experience we have thought up for installing .NET Core bits.
This repo should contain issues that are tied to the installation of the "muxer" (the dotnet
binary) and installation
of the .NET Core runtime and libraries.
For other issues, please use the following repos:
- For overall .NET Core SDK issues, file on dotnet/cli repo
- For class library and framework functioning issues, file on dotnet/corefx repo
- For runtime issues, file on dotnet/coreclr issues
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
They can be downloaded from here.
Platform | Master |
Release/1.1.X |
Release/1.0.X |
---|---|---|---|
Windows x64 | Installer zip |
Installer zip |
Installer zip |
Windows x86 | Installer zip |
Installer zip |
Installer zip |
Windows arm32 | zip |
N/A | N/A |
Windows arm64 | zip |
N/A | N/A |
Mac OS X | Installer tar.gz |
Installer tar.gz |
Installer tar.gz |
Ubuntu 14.04 | Host Host FX Resolver Shared Framework tar.gz |
Host Host FX Resolver Shared Framework tar.gz |
Host Host FX Resolver Shared Framework tar.gz |
Ubuntu 16.04 | Host Host FX Resolver Shared Framework tar.gz |
Host Host FX Resolver Shared Framework tar.gz |
Host Host FX Resolver Shared Framework tar.gz |
Ubuntu 16.10 | Host Host FX Resolver Shared Framework tar.gz |
Host Host FX Resolver Shared Framework tar.gz |
N/A |
Debian 8.2 | tar.gz |
tar.gz |
tar.gz |
CentOS 7.1 | tar.gz |
tar.gz |
tar.gz |
RHEL 7.2 | tar.gz |
tar.gz |
tar.gz |
Fedora 23 | tar.gz |
tar.gz |
tar.gz |
Fedora 24 | tar.gz |
tar.gz |
N/A |
OpenSUSE 13.2 | tar.gz |
tar.gz |
tar.gz |
OpenSUSE 42.1 | tar.gz |
tar.gz |
N/A |
Note: Our .deb packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing these directly from the .deb files (via dpkg or similar), then you'll need to install them in the order presented above.