mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-12 23:22:50 +08:00

* Update .NET SDK to 9.0.100 * Remove net6.0 * Remove net7.0 * Update dependencies * Install correct .NET SDK:s in GitHub Actions
18 lines
261 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |