Installer packages for the .NET Core runtime and libraries
C# C++ Shell HTML PowerShell Python Other
Latest commit abafdd5 Feb 24, 2017 @wtgodbe wtgodbe committed on GitHub Merge pull request #1585 from dotnet/wtgodbe-patch-2
Dummy commit to trigger pipebuild
Permalink
Failed to load latest commit information.
.github Update issue and pr templates. (#667) Dec 24, 2016
Documentation Multi-level SharedFX lookup implemented. Feb 21, 2017
TestAssets Multilevel SDK Lookup tests implemented. Feb 22, 2017
build_projects Merge pull request #1571 from rakeshsinghranchi/dev/raksingh/hostfxrs… Feb 22, 2017
buildpipeline Use updated CrossBuild Docker Images Feb 24, 2017
cross Export __CrossToolChainTargetRID to be recognized by toolchain.cmake Feb 24, 2017
packaging Incorporated code review comments. Feb 22, 2017
pkg Updating CoreClr to beta-25013-01 Feb 13, 2017
resources adjusting version badge size (#589) Nov 8, 2016
scripts Add Ubuntu 16.04 ARM CI script for cross build Feb 23, 2017
setuptools Fixing the deb-tool version suffix so it only contains one "beta" Feb 22, 2017
src Export __CrossToolChainTargetRID to be recognized by toolchain.cmake Feb 24, 2017
test Multilevel SDK Lookup tests implemented. Feb 22, 2017
.gitattributes Initial Cut of files brought over from CLI. May 20, 2016
.gitignore Make the nuget packages cache directory repo local for local and CI B… Jun 3, 2016
CONTRIBUTING.md Initial Cut of files brought over from CLI. May 20, 2016
LICENSE Initial Cut of files brought over from CLI. May 20, 2016
Microsoft.DotNet.CoreSetup.sln Update 'tools' dir to 'setuptools' in source Jan 3, 2017
NuGet.Config Remove dotnet-core-dev-eng feed. Jan 24, 2017
README.md Add daily links to download Ubuntu Arm32 Builds Feb 10, 2017
THIRD-PARTY-NOTICES Initial Cut of files brought over from CLI. May 20, 2016
branchinfo.txt Move suffix back to beta Jan 14, 2017
build.cmd Enable WinArm32 CI support Oct 30, 2016
build.sh Fix bug when parsing arguments in build.sh Feb 1, 2017
global.json Update 'tools' dir to 'setuptools' in source Jan 3, 2017
netci.groovy Dummy commit to trigger pipebuild Feb 24, 2017
omnisharp.json Initial Cut of files brought over from CLI. May 20, 2016

README.md

.NET Core Runtime & Host Setup Repo

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).

Installation experience

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.

Filing issues

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.

Officially Released Builds

They can be downloaded from here.

Daily Builds

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 (x64)
Installer
tar.gz

Installer
tar.gz

Installer
tar.gz
Linux (x64) (for glibc based OS)
tar.gz
N/A N/A
Ubuntu 14.04 (x64)
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 14.04 (arm32)
tar.gz
N/A N/A
Ubuntu 16.04 (x64)
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 (arm32)
tar.gz
N/A N/A
Ubuntu 16.10 (x64)
Host
Host FX Resolver
Shared Framework
tar.gz

Host
Host FX Resolver
Shared Framework
tar.gz
N/A
Debian 8.2 (x64)
Host
Host FX Resolver
Shared Framework
tar.gz

Host
Host FX Resolver
Shared Framework
tar.gz

Host
Host FX Resolver
Shared Framework
tar.gz
CentOS 7.1 (x64)
tar.gz

tar.gz

tar.gz
RHEL 7.2 (x64)
tar.gz

tar.gz

tar.gz
Fedora 23 (x64)
tar.gz

tar.gz

tar.gz
Fedora 24 (x64)
tar.gz

tar.gz
N/A
OpenSUSE 42.1 (x64)
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.