Adding .NET to your project
devbox add dotnet-sdk
, or add the following to your devbox.json
:
devbox search dotnet-sdk
. You can also view the available versions on
Nixhub
Creating a new F# Project
dotnet new console -lang "F#" -o <name>
Edit this page