0.a Ensure newest dotnet SDK version
0.b Init repo with appropriate license and gitignore (e.g. Visual Studio)
0.c Clone repo
-
Install Fake template :
dotnet new -i "fake-template::*"
-
In the repo root:
dotnet new fake
(creates basic build script)