Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

.NET Core SDK 2.0.0 preview1

Enrico Sada edited this page Jun 13, 2017 · 2 revisions

This is a preview (a development version) of .NET Core Sdk 2.0.

This is not a stable release

Is probably better to use the stable version 1.0 unless you want to test new bits of .net core 2.0 or sdk 2.0

F# will not work on this development version preview1, see below the Notes.

  • Is probably better to use the stable version 1.0 (see .NET-Core-SDK-1.0.1 ) unless you want to test new bits of .net core 2.0
  • If you really want to test the .net core 2.0, use 2.0.0-preview2, but see below the Notes

The Announcement msdn blog post

Doing

dotnet --version

the output should be 2.0.0-preview1-005977

Notes

The FSharp.NET.Sdk used in sdk 1.0 was deprecated in favor of including the sdk integration needed for F# inside Microsoft.NET.Sdk.

More info in the F# RFC FS-1032 Support for F# in the dotnet sdk

The changes required by RFC where applied in 2.0.0-preview2.

For info about using .NET Core 2.0, sdk 2.0 and difference/migration from 1.0 see 2.0.0-preview2 page