.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](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-0-preview-2/ 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.
If you missed Preview 1, see those release notes for earlier highlights.
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.
Testing has begun on macOS High Sierra to ensure compatibility when .NET Core 2.0 releases later this year.
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.
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.
The .NET Core Docker images have been updated for this release. Look for the 2.0.0-preview2 images.
The WCF release page has details on fixes from the WCF team.