ELEC60015-HLP-CW/dotnet-tools.json

25 lines
388 B
JSON
Raw Normal View History

2022-02-10 23:15:22 +00:00
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
2022-03-14 13:01:17 +00:00
"version": "5.22.0",
2022-02-10 23:15:22 +00:00
"commands": [
"fake"
]
},
"paket": {
"version": "6.2.1",
"commands": [
"paket"
]
},
"fable": {
"version": "3.7.0",
"allowPrerelease": true,
"commands": [
"fable"
]
}
}
}