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

F# and the .NET Core working together.

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

Current working (stable) version:

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

The preview2 works, but the dotnet new template are not ok, use https://github.com/dotnet/netcorecli-fsc/tree/master/examples/preview2 instead

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

Clone this wiki locally