The .NET SDK 5.0.300 release is available for download. The latest 5.0 release is always listed at .NET 5.0 Releases.
SDK Installer | SDK Binaries | 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 Bundle | x86 | x64 |
macOS | x64 | x64 | x64 | x64 | x64 | - |
Linux | Snap and Package Manager | x64 | Arm | Arm64 | x64 Alpine | Packages (x64) | x64 | Arm | Arm64 | Arm64 Alpine | x64 Alpine | x64 | Arm | Arm64 | x64 Alpine | - |
Checksums | Checksums | Checksums | Checksums | Checksums | Checksums |
- Includes the .NET Runtime and ASP.NET Core Runtime
- 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.300
Visit .NET Documentation to learn about .NET, for building many different types of applications.
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.
- dotnet/sdk: .NET SDK
- dotnet/aspnet: ASP.NET Core Runtime
- dotnet/runtime: .NET Runtime
- dotnet/runtime-deps: .NET Runtime Dependencies
- dotnet/samples: .NET Samples
You need Visual Studio 16.10 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.
.NET 5.0.300 SDK release carries following new changes:
- Improve errors and experience when referencing WinMDs by dsplaisted
- New TargetPlatform and TargetPlatformVersion dropdown support for Visual Studio
- Add ARM64 as a supported architecture in the Visual Studio property pages
- Updates to the runtime and Windows SDK projections with C#/WinRT v1.2.2, in particular fixes for major memory leaks. Note that .NET SDK 5.0.203 does not include these updates, and is still on C#/WinRT v1.1.4.
Note that 5.0.300 carries the 16.10 MSbuild and is included in VS 16.10.
Your feedback is important and appreciated. We've created an issue at dotnet/core #6302 for your questions and comments.