Add FAKE tool (#37)

This commit is contained in:
Daniel J. Summers 2022-08-17 07:27:06 -04:00
parent 6d906d49c0
commit 623f762f02

12
.config/dotnet-tools.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.23.0",
"commands": [
"fake"
]
}
}
}