Skip to content

Commit

Permalink
add csharpier tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSauer committed Jan 25, 2024
1 parent 6aa2338 commit b01a565
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.27.1",
"commands": [
"dotnet-csharpier"
]
}
}
}

0 comments on commit b01a565

Please sign in to comment.