Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
Enrico Sada edited this page Dec 15, 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) versions:

Version dotnet --version Notes
.NET Core SDK preview2 1.0.0-preview2-003156 .NET Core 1.0, LTS, project.json
.NET Core SDK preview4 1.0.0-preview4-004233 msbuild based

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