Versions of .NET

Release 5.0.3

  • Released on 2021-03-02
  • Runtime 5.0.3
  • SDK 5.0.200
  • SDK 5.0.103
  • ASP.NET Runtime 5.0.3
  • Windows Desktop Runtime 5.0.3
  • !Security

SDK 5.0.200

  • Visual Studio 16.9
  • Visual Studio for Mac 8.9
  • C# 9.0
  • F# 5.0
  • VB 16.0

SDK 5.0.103

  • Visual Studio 16.8.5
  • Visual Studio for Mac 8.8
  • C# 9.0
  • F# 5.0
  • VB 16.0

Security

Release notes

(Source)

.NET 5.0.200 SDK - March 02, 2021

The .NET SDK 5.0.200 release is available for download. The latest 5.0 release is always listed at .NET 5.0 Releases.

Downloads

SDK Installer1 SDK Binaries1 Runtime Installer Runtime Binaries ASP.NET Core Runtime Windows Desktop Runtime
Windows x86 | x64 | Arm64 x86 | x64 | Arm64 x86 | x64 | Arm64 x86 | x64 | Arm64 x86 | x64 |
Hosting Bundle2
x86 | x64
macOS x64 x64 x64 x64 x64 - 1
Linux Snap and Package Manager x64 | Arm | Arm64 | x64 Alpine Packages (x64) x64 | Arm | Arm64 | Arm64 Alpine | x64 Alpine x641 | Arm1 | Arm641 | x64 Alpine - 1
Checksums Checksums Checksums Checksums Checksums Checksums

  1. Includes the .NET Runtime and ASP.NET Core Runtime
  2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Runtime.

The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.

You can check your .NET SDK version by running the following command. The example version shown is for this release.

$ dotnet --version
5.0.200

Visit .NET Documentation to learn about .NET, for building many different types of applications.

Docker Images

The .NET Docker images have been updated for this release. The .NET Docker samples show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:

docker run --rm mcr.microsoft.com/dotnet/samples

The following repos have been updated.

Visual Studio Compatibility

You need Visual Studio 16.9 or later to use .NET 5.0 on Windows. On macOS, you need the latest version of Visual Studio for Mac. The C# extension for Visual Studio Code supports .NET 5.0 and C# 9.

Notable Changes

.NET 5.0.200 SDK release carries following new changes:

Feedback

Your feedback is important and appreciated. We've created an issue at dotnet/core #6010 for your questions and comments.

Downloads