ELEC60015-HLP-CW/dotnet-tools.json

25 lines
397 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.21.0-alpha003",
"commands": [
"fake"
]
},
"paket": {
"version": "6.2.1",
"commands": [
"paket"
]
},
"fable": {
"version": "3.7.0",
"allowPrerelease": true,
"commands": [
"fable"
]
}
}
}