spectre.console/dotnet-tools.json
Patrik Svensson 375a708c43
Add net9.0 support, remove legacy TFM:s (#1682)
* Update .NET SDK to 9.0.100
* Remove net6.0
* Remove net7.0
* Update dependencies
* Install correct .NET SDK:s in GitHub Actions
2024-11-13 14:54:01 +01:00

18 lines
261 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "5.0.0",
"commands": [
"dotnet-cake"
]
},
"verify.tool": {
"version": "0.6.0",
"commands": [
"dotnet-verify"
]
}
}
}