mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-26 07:47:56 +01:00
* Move Spectre.Console.Cli to its own repository * Update build script to use Cake.Sdk and .NET Make * Remove StyleCop (unmaintained) * Add linting using dotnet format * Fix generator which was broken * Update dependencies
20 lines
312 B
JSON
20 lines
312 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"verify.tool": {
|
|
"version": "0.6.0",
|
|
"commands": [
|
|
"dotnet-verify"
|
|
],
|
|
"rollForward": false
|
|
},
|
|
"make": {
|
|
"version": "0.8.0",
|
|
"commands": [
|
|
"dotnet-make"
|
|
],
|
|
"rollForward": false
|
|
}
|
|
}
|
|
} |