Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
Enrico Sada edited this page Feb 16, 2017 · 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.

WIKI is open to edit for everyone, feel free to update it

There is also an useful Getting started with F# tutorial

Current working (stable) versions:

Version dotnet --version Notes
.NET Core SDK rc4 1.0.0-rc4-004771 .NET Core 1.0/1.1, msbuild based
.NET Core SDK preview2 1.0.0-preview2-003156 .NET Core 1.0, LTS, project.json

For notes/more info:

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

Clone this wiki locally