tand/.config/dotnet-tools.json

18 lines
No EOL
273 B
JSON

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