-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First pass at updating the daily builds table to be more informative
- Loading branch information
Showing
3 changed files
with
18 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# .NET Core Daily Builds -- Preview Releases | ||
# .NET Core Daily Builds -- Servicing and future 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 or [servicing versions](daily-builds-servicing.md) of the product. | ||
The .NET Core team builds many branches of the product daily. You can install these builds to try out pre-released functionality. These brnches | ||
|
||
Preview branches are for new major/minor versions of .NET Core that have not yet been released and are not yet supported. | ||
|
||
## .NET Core 2.2 Previews | ||
## Future Releases | ||
|
||
* [.NET Core SDK 2.2 preview](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries) | ||
* [.NET Core SDK 2.1.4xx](https://github.com/dotnet/cli/blob/release/2.1.4xx/README.md#installers-and-binaries) | ||
* [.NET Core Runtime 2.2 preview](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds) | ||
|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 (see master)](https://github.com/aspnet/universe#daily-builds)|[ASP.NET Core Shared Framework 2.2](https://github.com/aspnet/universe#daily-builds)| | ||
|Runtime|[.NET Core Runtime 3.0 (Master)](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.2 preview](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)| | ||
|
||
## Servicing Releases | ||
|
||
|Component|*.NET Core 2.1*|*.NET Core 2.0*|*.NET Core 1.1*|*.NET Core 1.0*| | ||
|:------:|:------:|:------:|:------:|:------:| | ||
|SDK|[.NET Core SDK 2.1.4xx](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/universe#daily-builds)|**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)| |