Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
Enrico Sada edited this page Dec 14, 2016 · 19 revisions

F# and the .NET Core working together.

The .NET Core SDK it's language agnostic, so all tutorials should work with F# too.

There is also an useful Getting started with F# tutorial

Current working (stable) version:

Version dotnet --version
.NET Core SDK preview2 1.0.0-preview2-003156

For notes/more info, see .NET Core SDK preview2 page

Supported OS: same as .NET Core SDK (win/osx/ubuntu/docker/etc), see download page

.NET Core SDK preview3 (msbuild based)

If you are searching for preview3 info (msbuild/fsproj/VS 2017 RC) the work is in progress.

See more info about version/dev/known issues see .NET Core SDK preview3

Clone this wiki locally