Skip to content

Commit 36088d9

Browse files
committed
Remove docfx tool configuration and ensure csharpier is correctly defined in dotnet-tools.json
1 parent 519a58e commit 36088d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
],
1010
"rollForward": false
1111
},
12-
"docfx": {
13-
"version": "2.78.3",
12+
"csharpier": {
13+
"version": "1.0.2",
1414
"commands": [
15-
"docfx"
15+
"csharpier"
1616
],
1717
"rollForward": false
1818
}

0 commit comments

Comments
 (0)