/ .config / dotnet-tools.json
dotnet-tools.json
 1  {
 2      "version": 1,
 3      "isRoot": true,
 4      "tools": {
 5          "dotnet-consolidate": {
 6              "version": "4.2.0",
 7              "commands": [
 8                  "dotnet-consolidate"
 9              ]
10          },
11          "xamlstyler.console": {
12              "version": "3.2501.8",
13              "commands": [
14                "xstyler"
15              ]
16            }
17      }
18  }