Installer packages for the .NET Core runtime and libraries
Перейти к файлу
Peter Marcu 7e86b33a76 adjusting version badge size (#589) 2016-11-07 16:51:52 -08:00
Documentation/manpages/host remove sdk manpages 2016-05-23 11:02:45 -07:00
TestAssets Add build logic and packaging for Fedora 24 2016-10-26 12:03:00 -07:00
build_projects Make update-dependencies use same CLI as build.ps1 2016-11-07 17:12:57 -06:00
packaging Merge pull request #526 from gkhanna79/Arm32Build3 2016-10-27 13:59:04 -07:00
pkg Update LibUV version in NETCoreApp1.0 (#559) 2016-11-02 09:56:08 -07:00
resources adjusting version badge size (#589) 2016-11-07 16:51:52 -08:00
scripts Set environment in Fedora 24 Dockerfile 2016-10-26 13:06:04 -07:00
src Support building on alpine Linux 2016-11-02 22:09:43 +00:00
test Update shared framework to be netcoreapp1.1 based 2016-10-19 22:37:04 -07:00
tools Add build logic and packaging for Fedora 24 2016-10-26 12:03:00 -07:00
.gitattributes Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
.gitignore Make the nuget packages cache directory repo local for local and CI Builds. 2016-06-03 12:09:36 -07:00
CONTRIBUTING.md Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
ISSUE_TEMPLATE Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
LICENSE Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
Microsoft.DotNet.CoreSetup.sln Add support for the "path" property in the .deps.json file 2016-08-11 14:38:29 -07:00
NuGet.Config Make a no-op change to test the CI and the build pipeline 2016-08-31 12:52:45 -07:00
NuGet.master.config Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
PULL_REQUEST_TEMPLATE Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
README.md Updating badge links (#588) 2016-11-07 16:51:39 -08:00
THIRD-PARTY-NOTICES Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
branchinfo.txt Simplify repo versioning update 2016-10-07 14:43:54 -07:00
build.cmd Enable WinArm32 CI support 2016-10-29 17:43:21 -07:00
build.sh Set execute permissions of buildsh files 2016-05-23 10:10:26 -07:00
global.json Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00
netci.groovy Dummy commit 2016-11-02 16:52:06 -05:00
omnisharp.json Initial Cut of files brought over from CLI. 2016-05-20 15:24:36 -07:00

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.0.0
Windows x64
Installer
zip

Installer
zip
Windows x86
Installer
zip

Installer
zip
Windows Arm32
Installer
zip
N/A
Mac OS X
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
Ubuntu 16.04
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
N/A
Debian 8.2
tar.gz

tar.gz
CentOS 7.1
tar.gz

tar.gz
RHEL 7.2
tar.gz

tar.gz
Fedora 23
tar.gz

tar.gz
Fedora 24
tar.gz
N/A
OpenSUSE 13.2
tar.gz

tar.gz
OpenSUSE 42.1
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.