Skip to content

Commit

Permalink
update .NET versions on daily-builds guidance page (#8642)
Browse files Browse the repository at this point in the history
  • Loading branch information
leecow authored Jul 24, 2023
1 parent d6648ff commit 02369e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions daily-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Daily builds, for both future and servicing branches, are available as Docker co

Preview branches are for new versions of .NET that have not yet been released and are not yet supported.

|Component|*.NET 7.0*
|Component|*.NET 8.0*
|:------:|:------:|
|SDK|[.NET SDK 7.0.xxx](https:/dotnet/installer/blob/main/README.md#installers-and-binaries)
|ASP.NET Core|[ASP.NET Core 7.0](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)
|Runtime|[.NET Runtime 7.0](https:/dotnet/installer/blob/master/README.md#daily-builds)
|SDK|[.NET SDK 8.0.xxx](https:/dotnet/installer/blob/main/README.md#installers-and-binaries)
|ASP.NET Core|[ASP.NET Core 8.0](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)
|Runtime|[.NET Runtime 8.0](https:/dotnet/installer/blob/master/README.md#daily-builds)

## Servicing Releases

Servicing branches are for new patch versions of .NET that have not yet been released and are not yet supported.

|Component|*.NET 6.0*|*.NET 5.0*|*.NET Core 3.1*|*.NET Core 2.1*|
|Component|*.NET 7.0*|*.NET 6.0*|*.NET Core 3.1*|
|:------:|:------:|:------:|:------:|:------:|
|SDK|[.NET SDK 6.0.xxx](https:/dotnet/installer/blob/main/README.md#installers-and-binaries)|[.NET SDK 5.0.xxx](https:/dotnet/installer/blob/main/README.md#installers-and-binaries)|[.NET Core SDK 3.1.xxx](https:/dotnet/core-sdk/blob/main/README.md#installers-and-binaries)|[.NET Core SDK 2.1.xxx](https:/dotnet/cli/blob/release/2.1/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core 6.0](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 5.0](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 3.1](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 2.1](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|
|Runtime|[.NET Runtime 6.0](https:/dotnet/installer/blob/master/README.md#daily-builds)|[.NET Core Runtime 5.0](https:/dotnet/installer/blob/master/README.md#daily-builds)|[.NET Core Runtime 3.1](https:/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.1](https:/dotnet/core-setup/blob/master/README.md#daily-builds)|
|SDK|[.NET SDK 7.0.xxx](https:/dotnet/installer/blob/main/README.md#installers-and-binaries)|[.NET SDK 6.0.xxx](https:/dotnet/installer/blob/main/README.md#installers-and-binaries)|[.NET Core SDK 3.1.xxx](https:/dotnet/core-sdk/blob/main/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core 7.0](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 6.0](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 3.1](https:/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|
|Runtime|[.NET Runtime 7.0](https:/dotnet/installer/blob/master/README.md#daily-builds)|[.NET Core Runtime 6.0](https:/dotnet/installer/blob/master/README.md#daily-builds)|[.NET Core Runtime 3.1](https:/dotnet/core-setup/blob/master/README.md#daily-builds)|

0 comments on commit 02369e7

Please sign in to comment.