dotnet-core/release-notes/2.0/2.0.0-preview2.md
2021-02-24 09:35:54 -08:00

3.3 KiB

.NET Core 2.0.0 Preview 2 Release Notes - 6/28/2017

.NET Core 2.0.0 Preview 2 and SDK 2.0.0 Preview 2 are available for download and testing.

The .NET Core SDK 2.0.0 Preview 2 includes .NET Core 2.0.0 Preview 2 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.0.0 Preview 2, the following command will show that you're running version 2.0.0-preview2-006497 of the tools.

dotnet --version

Note that if you want to use .NET Core 2.0.0 Preview 2 with Visual Studio 2017 15.3, you need to install the SDK.

A number of improvements have been made since Preview 1 by an incredible list of folks. You can see details for other areas of the release in the .NET Blog and have a look at .NET Core 2.0.0 Preview 2 Known Issues document as there are a few things to be aware of before installing.

You're feedback is important and appreciated. We've created dotnet/core #711 for your questions and comments.

.NET Core 2.0.0 Preview 2 Highlights

If you missed Preview 1, see those release notes for earlier highlights.

Platform updates in Preview 2

We have an exciting addition to the supported platform line-up with SUSE. Debian and Fedora have released updates recently which are also supported beginning with Preview 2.

High Sierra

Testing has begun on macOS High Sierra to ensure compatibility when .NET Core 2.0 releases later this year.

Installer Package Name Changes

We received much feedback that our names and versions were confusing and generally messy. Great discussions were had with contributors to craft a plan which is implemented in Preview 2. You can see the conversation and details in dotnet/designs/issues/2 and dotnet/core-setup/issues/1599.

Server Hosting Bundles

Because the Runtime Package Store contains crossgen'ed files for a specific release, the hosting bundles will now install side-by-side. This will allow for previous applications to retain the performance benefits while applications targeting new Core versions will at the same time make use of the updated Store.

Docker Images

The .NET Core Docker images have been updated for this release. Look for the 2.0.0-preview2 images.

WCF

The WCF release page has details on fixes from the WCF team.

ASP.NET Core