.NET Core: daily-builds.md update

This commit is contained in:
Rahul Bhandari 2020-03-02 11:29:24 -08:00
parent 34e0276cf8
commit 05e798276e

View file

@ -6,18 +6,18 @@ The .NET Core team builds many branches of the product daily. You can install th
Preview branches are for new major/minor versions of .NET Core that have not yet been released and are not yet supported.
|Component|*.NET Core 3.0*|*.NET Core 2.2*|
|:------:|:------:|:------:|
|SDK|[.NET Core SDK 3.0.1xx (Master)](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.2.1xx](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core Shared Framework 3.0 (Master)](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|[ASP.NET Core Shared Framework 2.2](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|
|Runtime|[.NET Core Runtime 3.0 (Master)](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.2](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|
|Component|*.NET 5.0*
|:------:|:------:|
|SDK|[.NET Core SDK 5.0.xxx (Master)](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)
|ASP.NET Core|[ASP.NET Core Shared Framework 5.0 (Master)](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)
|Runtime|[.NET Core Runtime 5.0 (Master)](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)
## Servicing Releases
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.
|Component|*.NET Core 2.1*|*.NET Core 2.0*|*.NET Core 1.1*|*.NET Core 1.0*|
|:------:|:------:|:------:|:------:|:------:|
|SDK|[.NET Core SDK 2.1.401](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.0](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)|[.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)|[.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core Shared Framework 2.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|**N/A**|**N/A**|**N/A**|
|Runtime|[.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.0](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)|[.NET Core Runtime 1.1](https://github.com/dotnet/core-setup/blob/release/1.1.0/README.md#latest-versions)|[.NET Core Runtime 1.0](https://github.com/dotnet/core-setup/blob/release/1.0.0/README.md#latest-versions)|
|Component|*.NET Core 3.1*|*.NET Core 2.1*
|:------:|:------:|:------:|
|SDK|[.NET Core SDK 3.1](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.1.xxx](https://github.com/dotnet/cli/blob/release/2.1/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core Shared Framework 3.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|[ASP.NET Core Shared Framework 2.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|
|Runtime|[.NET Core Runtime 3.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/release/2.1/README.md#officially-released-builds)|