Today, we are releasing the .NET Core February 2020 Update. These updates only contain non-security fixes. See the individual release notes for details on updated packages.
NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information needed to make this choice will be seen on the download page. If you use other development environments, we recommend using the latest SDK release.
Getting the Update
The latest .NET Core updates are available on the
.NET Core download page. This update will be included in a future update of Visual Studio.
See the .NET Core release notes (
2.1.16 |
3.0.3 |
3.1.2 ) for details on the release, including issues fixed and affected packages.
Docker Images
.NET Docker images have been updated for today’s release. The following repos have been updated.
Note: You must pull updated .NET Core container images to get this update, with either docker pull or docker build –pull.
Rahul Bhandari