Versions of .NET

Release 3.0.0-preview1

  • Released on 2018-12-04
  • Runtime 3.0.0-preview-27122-01
  • SDK 3.0.100-preview-009812
  • ASP.NET Runtime 3.0.0-preview-18579-0056

SDK 3.0.100-preview-009812

  • C# 8.0-preview
  • F# 4.5
  • VB 15.5

Release notes

(Source)

.NET Core 3.0.0 Preview 1 - December 04, 2018

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

If Visual Studio is your preferred environment, you will need 16.0 Preview 1 to take full advantage of the .NET Core 3.0 Preview.

Blog Round up

The .NET Core SDK 3.0.100 Preview 1 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-preview-009812 of the tools.

dotnet --version

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

Downloads

SDK Installer1 SDK Binaries1 Runtime Installer Runtime Binaries ASP.NET Core Runtime
Windows x86 | x64 x86 | x64 | ARM x86 | x64 x86 | x64 | ARM | ARM64 x86 | x64 | ARM
Hosting Bundle2
macOS x64 x64 x64 x64 x641
Linux x64 | ARM | ARM64 | x64 Alpine - x64 | ARM | ARM64 | x64 Alpine] x641 | ARM1 | ARM641 | x64 Alpine1
RHEL6 - x64 - x64 -
Checksums SDK - Runtime - -
Symbols - Runtime | Shared Framework | Setup - ASP.NET Core
  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.

Notable Changes in 3.0.0 Preview 1

  • Windows Desktop (WPF and Windows Forms) comes to .NET Core
  • WPF, Windows Forms, and WinUI are now open sourced
  • Support for applications to have executables by default
  • Enabled dotnet build to copy dependencies
  • Support for local dotnet tools using dotnet-tools.json
  • Added a fast in-box JSON Reader (System.Text.Json.Utf8JsonReader)
  • New Range and Index types
  • Support for async streams
  • Added System.Buffers.SequenceReader as a reader for ReadOnlySequence
  • Support for serial port APIs on Linux
  • New APIs for GPIO, PWM, SPI and I2C
  • Support for TLS 1.3 and OpenSSL 1.1.1 on Linux
  • Cryptography improvements
  • More BCL improvements
  • Support for adding default implementations of interface members
  • Enabled tiered compilation by default for better performance
  • Added assembly metadata reading with new MetadataLoadContext type
  • Added support for ARM64 for Linux

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

Downloads