tand/.config/dotnet-tools.json
2021-11-13 15:43:49 +01:00

18 lines
273 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"benchmarkdotnet.tool": {
"version": "0.12.0",
"commands": [
"dotnet-benchmark"
]
},
"nuke.globaltool": {
"version": "5.3.0",
"commands": [
"nuke"
]
}
}
}