-
-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathdotnet-tools.json
More file actions
41 lines (41 loc) · 746 Bytes
/
dotnet-tools.json
File metadata and controls
41 lines (41 loc) · 746 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
{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2025.3.1",
"commands": [
"jb"
],
"rollForward": false
},
"regitlint": {
"version": "6.3.13",
"commands": [
"regitlint"
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.5.1",
"commands": [
"reportgenerator"
],
"rollForward": false
},
"docfx": {
"version": "2.78.4",
"commands": [
"docfx"
],
"rollForward": false
},
"microsoft.openapi.kiota": {
"version": "1.29.0",
"commands": [
"kiota"
],
"rollForward": false
}
}
}