/ .config / dotnet-tools.json
dotnet-tools.json
 1  {
 2    "version": 1,
 3    "isRoot": true,
 4    "tools": {
 5      "csharpier": {
 6        "version": "0.30.6",
 7        "commands": [
 8          "dotnet-csharpier"
 9        ],
10        "rollForward": false
11      }
12    }
13  }