Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dotnet-tools.json « .config - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31f395281053f3331069320121b8c9a7d00bdac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "coverlet.console": {
      "version": "1.7.2",
      "commands": [
        "coverlet"
      ]
    },
    "dotnet-reportgenerator-globaltool": {
      "version": "4.5.8",
      "commands": [
        "reportgenerator"
      ]
    },
    "microsoft.dotnet.xharness.cli": {
      "version": "1.0.0-prerelease.21576.2",
      "commands": [
        "xharness"
      ]
    },
    "microsoft.visualstudio.slngen.tool": {
      "version": "6.3.0",
      "commands": [
        "slngen"
      ]
    },
    "dotnet-format": {
      "version": "6.0.240501",
      "commands": [
        "dotnet-format"
      ]
    }
  }
}