e416af6140 | ||
---|---|---|
Documentation/manpages/host | ||
TestAssets/TestProjects | ||
build_projects | ||
packaging | ||
pkg | ||
resources | ||
scripts | ||
src | ||
test | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
ISSUE_TEMPLATE | ||
LICENSE | ||
Microsoft.DotNet.CoreSetup.sln | ||
NuGet.Config | ||
NuGet.master.config | ||
PULL_REQUEST_TEMPLATE | ||
README.md | ||
THIRD-PARTY-NOTICES | ||
branchinfo.txt | ||
build.cmd | ||
build.sh | ||
global.json | ||
netci.groovy | ||
omnisharp.json |
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.
Build Status
Ubuntu 14.04 | Ubuntu 16.04 | Debian 8.2 | Windows x64 | Windows x86 | Mac OS X | CentOS 7.1 | RHEL 7.2 | Fedora 23 | OpenSUSE 13.2 |
---|---|---|---|---|---|---|---|---|---|
Latest versions
Platform | Version |
---|---|
Windows x64 | |
Windows x86 | |
Ubuntu 14.04 | |
Ubuntu 16.04 | |
Debian 8.2 | |
Mac OS X | |
CentOS 7.1 | |
RHEL 7.2 | |
Fedora 23 | |
OpenSUSE 13.2 |