-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotnet-tools.json
More file actions
55 lines (55 loc) · 1.03 KB
/
dotnet-tools.json
File metadata and controls
55 lines (55 loc) · 1.03 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "4.0.0",
"commands": [
"dotnet-cake"
],
"rollForward": false
},
"cyclonedx": {
"version": "3.0.8",
"commands": [
"dotnet-CycloneDX"
],
"rollForward": false
},
"dotnet-counters": {
"version": "8.0.532401",
"commands": [
"dotnet-counters"
],
"rollForward": false
},
"dotnet-outdated-tool": {
"version": "4.6.4",
"commands": [
"dotnet-outdated"
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.9",
"commands": [
"reportgenerator"
],
"rollForward": false
},
"dotnet-stryker": {
"version": "4.1.0",
"commands": [
"dotnet-stryker"
],
"rollForward": false
},
"dotnet-validate": {
"version": "0.0.1-preview.304",
"commands": [
"dotnet-validate"
],
"rollForward": false
}
}
}