Versions of .NET

Release 3.1.3

  • Released on 2020-03-24
  • Runtime 3.1.3
  • SDK 3.1.201
  • SDK 3.1.103
  • ASP.NET Runtime 3.1.3
  • Windows Desktop Runtime 3.1.3

SDK 3.1.201

  • Visual Studio 2019 (v16.5)
  • C# 8.0
  • F# 4.7

SDK 3.1.103

  • Visual Studio 2019 (v16.4)
  • C# 8.0
  • F# 4.7

Release notes

(Source)

.NET Core 3.1.3 - March 24, 2020

.NET Core 3.1.3 is available for download and usage in your environment. This release includes .NET Core 3.1.3 and .NET Core SDK 3.1.103.

The .NET Core SDK 3.1.103 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.103, the following command will show that you're running version 3.1.103 of the tools.

dotnet --version

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

Downloads

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 | ARM64 Alpine x641 | ARM1 | ARM641 | x64 Alpine | ARM64 Alpine -
RHEL6 - x64 - x64 -
Checksums SDK - Runtime - - -
  1. Includes the .NET Core and ASP.NET Core Runtimes
  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 Core runtime.

Visual Studio Compatibility

Visual Studio compatibility: .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download.

OS Development Environment .NET Core SDK
Windows Visual Studio 2019 version 16.4 3.1.103
Windows Visual Studio 2019 version 16.5 3.1.201
MacOS Visual Studio for Mac Visual Studio for Mac .NET Core Support

Docker Images

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

Azure App Services

  • .NET Core 3.1.3 is being deployed to Azure App Services and the deployment is expected to complete later in April 2020.

Changes in 3.1.3

.NET Core 3.1.3 release carries only non-security fixes.

macOS Notarization Change

Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of notarization requirements. If you want to opt into using the AppHost, please use following:

<PropertyGroup>
  <UseAppHost>true</UseAppHost>
</PropertyGroup>

Downloads