# .NET Core Daily Builds -- Servicing 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](daily-builds.md) or servicing versions of the product. 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. ## .NET Core 2.1 * [.NET Core SDK 2.1.3xx](https://github.com/dotnet/cli/blob/release/2.1.3xx/README.md#installers-and-binaries) * [.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/release/2.1/README.md#officially-released-builds) ## .NET Core 2.0 * [.NET Core SDK 2.0](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries) * [.NET Core Runtime 2.0](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds) ## .NET Core 1.1 * [.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries) * [.NET Core Runtime 1.1](https://github.com/dotnet/core-setup/blob/release/1.1.0/README.md#latest-versions) ## .NET Core 1.0 * [.NET Core SDK 1.0](https://github.com/dotnet/cli/blob/rel/1.0.1/README.md#installers-and-binaries) * [.NET Core Runtime 1.0](https://github.com/dotnet/core-setup/blob/release/1.0.0/README.md#latest-versions)