.NET Core 3.0.0 Preview 8 - August 13, 2019

January 13, 2025 ยท View on GitHub

.NET Core 3.0.0 Preview 8 is available for download and usage in your environment. This release includes .NET Core 3.0.0 Preview 8 and .NET Core SDK 3.0.100 Preview 8.

Visual Studio compatibility: .NET Core 3.0 Preview 8 requires Visual Studio 2019 16.3 Preview 2 to take full advantage of all its features. Visit Visual Studio Preview to learn about VS previews.

Blog Roundup

The .NET Core SDK 3.0.100 Preview 8 includes .NET Core 3.0 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 3.0.100 preview, the following command will show that you're running version 3.0.100-preview8-013656 of the tools.

dotnet --version

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

Downloads

SDK InstallerSDK BinariesRuntime InstallerRuntime BinariesASP.NET Core Runtime
Windowsx86 | x64x86 | x64 | ARMx86 | x64x86 | x64 | ARMx86 | x64 | ARM |Hosting Bundle
macOSx64x64x64x64x64
LinuxSnap Installx64 | ARM | ARM64 | x64 Alpine-x64 | ARM | ARM64 | x64 Alpinex64 | ARM | ARM64 | x64 Alpine
RHEL6-x64-x64-
ChecksumsSDK-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.

Symbols

All symbols for .NET Core releases for all platforms are now available from nuget or public symbols server. The symbols zips files that we used to share in the release notes earlier will no longer be provided.

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

Notable Changes in 3.0.0 Preview 8

Here is list of some of the additions and updates we're excited to bring in Preview 8. See the .NET and ASP.NET Core blogs for additional details.