[German]Microsoft has released the .NET Core 3.1 updates for February 2020 for download (thanks to Ismail for the hint). Here are some notes about these updates.
Advertising
.NET Core is a cross-platform version of .NET for creating websites, services, and console applications. The .NET Core Updates for February 2020 can be downloaded from this website.
Version | Status | Latest release | Latest release date | End of support |
---|---|---|---|---|
.NET Core 3.1 (recommended) | LTS | 3.1.2 | 2020-02-18 | 2022-12-03 |
.NET Core 3.0 | Maintenance | 3.0.3 | 2020-02-18 | 2020-03-03 |
.NET Core 2.1 | LTS <> | 2.1.16 | 2020-02-18 | 2021-08-21 |
The older .NET Core downloads listed on the site have reached the end of life and will no longer receive updates. Microsoft's recommendation is to use .NET Core 3.1. This is now available in version 3.1.2, the release notes are available here.
Addendum: In a comment user Info (thx) gave me the following hint about telemetry:
.NET Core SDK-Telemetrie:
https://docs.microsoft.com/de-de/dotnet/core/tools/telemetryJust in case – environment variable:
Variable: DOTNET_CLI_TELEMETRY_OPTOUT
Wert:1
Advertising