tand/.config/dotnet-tools.json
Peter d8d307545f
Refactored
- Added Benchmarks
- Added Nuke build
- Refactored directory structure
- Generated GitHub Actions config from Nuke
- Added tool to handle benchmarking from Nuke
2020-03-21 01:10:20 +01:00

18 lines
274 B
JSON

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