Skip to content

Commit

Permalink
:docs: add config json
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Dec 17, 2023
1 parent 3ac3a3c commit d581657
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.26.7",
"commands": [
"dotnet-csharpier"
]
},
"docfx": {
"version": "2.74.1",
"commands": [
"docfx"
]
}
}
}

0 comments on commit d581657

Please sign in to comment.