.NET Core 3.1.0 is available for download and usage in your environment. This release includes .NET Core 3.1.0 and .NET Core SDK 3.1.100.
The .NET Core SDK 3.1.100 includes .NET Core 3.1 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 3.1.100, the following command will show that you’re running version 3.1.100
of the tools.
dotnet --version
Your feedback is important and appreciated. We’ve created an issue at dotnet/core #3950 for your questions and comments.
SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | |
---|---|---|---|---|---|---|
Windows | x86 | x64 | x86 | x64 | ARM | x86 | x64 | x86 | x64 | ARM | x86 | x64 | ARM | Hosting Bundle2 |
x86 | x64 |
macOS | x64 | x64 | x64 | x64 | x641 | - |
Linux | Snap Install | x64 | ARM | ARM64 | x64 Alpine | - | x64 | ARM | ARM64 | x64 Alpine | x641 | ARM1 | ARM641 | x64 Alpine1 | - |
RHEL6 | - | x64 | - | x64 | - | |
Checksums | SDK | - | Runtime | - | - | - |
Visual Studio compatibility: .NET Core 3.1 requires Visual Studio 2019 16.4 to take full advantage of all its features. .NET Core 3.1 will not work properly in earlier versions of Visual Studio.
The .NET Core Docker images have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in “Staying up-to-date with .NET Container Images”.
The following repos have been updated
Here is list of some of the additions and updates we’re excited to bring in 3.1. See the .NET and ASP.NET Core blogs for additional details.