Announcing .NET Core 3.1 We’re excited to announce the release of .NET Core 3.1. It’s really just a small set of fixes and refinements over .NET Core 3.0, which we released just over two months ago. The most important feature is that .NET Core 3.1 is an long-term supported (LTS) release and will be supported for three years.
情報源: Announcing .NET Core 3.1 | .NET Blog
内容的には、.NET Core 3.0への小規模な修正ですが、最も重要なのはこれがLTSリリースだということです。従ってこのリリースは3年間サポートされます。
ダウンロード: https://dotnet.microsoft.com/download/dotnet-core/3.1
Dockerコンテナイメージ: https://hub.docker.com/_/microsoft-dotnet-core
snapインストーラ: https://snapcraft.io/dotnet-sdk
Visual Studio 2019 16.4も本日リリースされ、.NET Core 3.1が含まれています。Visual Studioで.NET Core 3.1を使用するために必要な更新プログラムです。Visual Studio 2019ユーザーの場合、.NET Core 3.1を個別にダウンロードするのではなく、単にVisual Studioを16.4に更新することをお勧めします。
Visual Studio for Macは、Visual Studio for Mac 8.4プレビューチャネルで.NET Core 3.1もサポートし、インクルードします。.NET Core 3.1を使用するには、プレビューチャネルを選択する必要があります。
リリースノート: https://github.com/dotnet/core/tree/master/release-notes/3.1
.NET Core 3.1の変更は、主に.NET Core 3.0の2つの新しい大規模な追加であるBlazorとWindows Desktopに焦点を合わせていました。これには、C++/CLIのサポートが含まれます。
また、これ以前のバージョンのサポート期間については以下のようになります。
- .NET Core 3.0は、2020年3月3日、今日から3か月後にサポート終了となります。
- .NET Core 2.2は、12月23日にサポート終了となります。
- .NET Core 2.1は、2021年8月までサポートされます(LTSリリースのため)。
変更点の概要、その他詳細につきましては情報源をご確認ください。