-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdotnet-tools.json
More file actions
55 lines (55 loc) · 1018 Bytes
/
dotnet-tools.json
File metadata and controls
55 lines (55 loc) · 1018 Bytes
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": {
"AXSharp.ixc": {
"version": "0.47.0-alpha.476",
"commands": [
"ixc"
],
"rollForward": false
},
"docfx": {
"version": "2.78.5",
"commands": [
"docfx"
],
"rollForward": false
},
"AXSharp.ixd": {
"version": "0.47.0-alpha.476",
"commands": [
"ixd"
],
"rollForward": false
},
"AXSharp.ixr": {
"version": "0.47.0-alpha.476",
"commands": [
"ixr"
],
"rollForward": false
},
"microsoft.visualstudio.slngen.tool": {
"version": "12.0.32",
"commands": [
"slngen"
],
"rollForward": false
},
"docfxtocgenerator": {
"version": "1.40.0",
"commands": [
"DocFxTocGenerator"
],
"rollForward": false
},
"gitversion.tool": {
"version": "6.6.1",
"commands": [
"dotnet-gitversion"
],
"rollForward": false
}
}
}