dotnet-core/daily-builds-servicing.md

25 lines
1.4 KiB
Markdown
Raw Normal View History

# .NET Core Daily Builds -- Servicing Releases
The .NET Core team builds several branches of the product daily. You can install these builds to try out pre-released functionality. The branches are typically either for [preview](daily-builds.md) or servicing versions of the product.
2017-08-13 15:52:46 +02:00
Servicing branches are for new patch versions of .NET Core that have not yet been released and are not yet supported. These patch versions are for previously released major/minor versions.
2018-06-01 19:28:59 +02:00
## .NET Core 2.1
* [.NET Core SDK 2.1.3xx](https://github.com/dotnet/cli/blob/release/2.1.3xx/README.md#installers-and-binaries)
* [.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/release/2.1/README.md#officially-released-builds)
2017-08-13 15:52:46 +02:00
## .NET Core 2.0
* [.NET Core SDK 2.0](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)
* [.NET Core Runtime 2.0](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)
## .NET Core 1.1
* [.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)
* [.NET Core Runtime 1.1](https://github.com/dotnet/core-setup/blob/release/1.1.0/README.md#latest-versions)
## .NET Core 1.0
* [.NET Core SDK 1.0](https://github.com/dotnet/cli/blob/rel/1.0.1/README.md#installers-and-binaries)
* [.NET Core Runtime 1.0](https://github.com/dotnet/core-setup/blob/release/1.0.0/README.md#latest-versions)