dotnet-installer/README.md

48 lines
2.7 KiB
Markdown
Raw Normal View History

# .NET Core SDK
2015-10-08 21:41:04 +00:00
2016-05-16 14:23:01 +00:00
[![.NET Slack Status](https://aspnetcoreslack.herokuapp.com/badge.svg?2)](http://tattoocoder.com/aspnet-slack-sign-up/) [![Join the chat at https://gitter.im/dotnet/cli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-11-30 23:39:31 +00:00
This repo contains the source code for cross-platform [.NET Core](http://github.com/dotnet/core) SDK. It aggregates the .NET Toolchain, the .NET Core runtime, the templates, the offline packages cache and the ASP.NET Runtime store. It produces zip and tarballs as well as the native packages for various supported platforms.
Looking for V1 of the .NET Core tooling?
----------------------------------------
2017-04-13 14:43:53 +00:00
2017-08-29 04:18:43 +00:00
If you are looking for the v2.0 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download!
> **Note:** the dev/repo-refactoring branch of the .NET Core SDK repo is based on an upcoming update of the SDK and is considered pre-release. For production-level usage, please use the
> released version of the tools available at https://dot.net/core
Found an issue?
---------------
You can consult the [Documents Index for the CLI repo](https://github.com/dotnet/cli/blob/master/Documentation/README.md) to find out the current issues and to see the workarounds and to see how to file new issues.
2015-11-24 21:25:08 +00:00
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
Build Status
------------
Coming soon...
2016-03-30 22:01:41 +00:00
Installers and Binaries
-----------------------
2015-11-08 06:16:39 +00:00
2017-08-17 20:19:03 +00:00
You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools.
2016-03-30 22:01:41 +00:00
2017-08-17 20:19:03 +00:00
To download the .NET Core runtime **without** the SDK, visit https://github.com/dotnet/core-setup#daily-builds.
2016-03-30 22:01:41 +00:00
2017-08-17 20:19:03 +00:00
> **Note:** Be aware that the following installers are the **latest bits**. If you
> want to install the latest released versions, check out the [preceding section](#looking-for-v1-of-the-net-core-tooling).
> In order to be able to restore these pre-release packages, you may need to add a NuGet feed pointing to https://dotnet.myget.org/F/dotnet-core/api/v3/index.json. Other feeds may also be necessary depending on what kind of project you are working with.
Coming soon.
2016-02-25 09:58:24 +00:00
Questions & Comments
--------------------
2015-10-08 21:49:39 +00:00
For all feedback, use the Issues on the [.NET CLI](https://github.com/dotnet/cli) repository.
License
-------
2016-06-27 18:55:38 +00:00
By downloading the .zip you are agreeing to the terms in the project [EULA](https://aka.ms/dotnet-core-eula).