Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-01-08 08:10:47 +0300
committerGitHub <noreply@github.com>2021-01-08 08:10:47 +0300
commite5f82ca7b5627b2b10e66ddfb561ee3ca7b38bfd (patch)
tree3c4edbeb687a5bc350ba2456720cd024204a0cd9 /daily-builds.md
parent28613df3c1f1909f159e8f1d1e53d61bdab12483 (diff)
Update support docs (#5819)
* Update support docs * Update links * Update servicing builds * Update table * Update out-of-support table * Update os support page * Update daily builds * Update intro to each version * Update per feedback * Update release policies * rename release-types file * Update per feedback * Move release-policies.md to root * Update release-policies.md * Add vendor support section * Add Microsoft support link * Update microsoft-support.md Co-authored-by: Maira Wenzel <mairaw@microsoft.com> * Update per feedback Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
Diffstat (limited to 'daily-builds.md')
-rw-r--r--daily-builds.md28
1 files changed, 15 insertions, 13 deletions
diff --git a/daily-builds.md b/daily-builds.md
index 7912f7f4..7b13fd35 100644
--- a/daily-builds.md
+++ b/daily-builds.md
@@ -1,23 +1,25 @@
-# .NET Core Daily Builds -- Servicing and future releases
+# .NET Daily Builds -- Servicing and future releases
-The .NET Core team builds many branches of the product daily. You can install these builds to try out functionality prior to release.
+The .NET team builds many branches of the product daily. You can install these builds to try out functionality prior to release.
+
+Daily builds, for both future and servicing branches, are available as Docker container images from the [Microsoft Container Registry](https://hub.docker.com/_/microsoft-dotnet-nightly/).
## Future Releases
-Preview branches are for new major/minor versions of .NET Core that have not yet been released and are not yet supported.
+Preview branches are for new versions of .NET that have not yet been released and are not yet supported.
-|Component|*.NET 5.0*
+|Component|*.NET 6.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)
+|SDK|[.NET SDK 6.0.xxx](https://github.com/dotnet/installer/blob/master/README.md#installers-and-binaries)
+|ASP.NET Core|[ASP.NET Core 6.0](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)
+|Runtime|[.NET Runtime 6.0](https://github.com/dotnet/installer/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.
+Servicing branches are for new patch versions of .NET that have not yet been released and are not yet supported.
-|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/master/README.md#daily-builds)| \ No newline at end of file
+|Component|*.NET 5.0*|*.NET Core 3.1*|*.NET Core 2.1*|
+|:------:|:------:|:------:|:------:|
+|SDK|[.NET SDK 5.0.xxx](https://github.com/dotnet/installer/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 3.1.xxx](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 5.0](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|[ASP.NET Core 3.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|[ASP.NET Core 2.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|
+|Runtime|[.NET Core Runtime 5.0](https://github.com/dotnet/installer/blob/master/README.md#daily-builds)|[.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/master/README.md#daily-builds)|