dotnet-core/daily-builds.md

23 lines
1.6 KiB
Markdown
Raw Normal View History

# .NET Core Daily Builds -- Servicing and future releases
2018-07-17 21:40:57 +02:00
The .NET Core team builds many branches of the product daily. You can install these builds to try out functionality prior to release.
## Future Releases
2018-07-17 21:40:57 +02:00
Preview branches are for new major/minor versions of .NET Core that have not yet been released and are not yet supported.
2020-03-02 20:29:24 +01:00
|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
2018-07-17 21:40:57 +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.
2020-03-02 20:29:24 +01:00
|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)|
2020-03-04 23:56:14 +01:00
|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)|