Skip to content

Commit

Permalink
Added .NET tools manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Oct 11, 2023
1 parent 0276b96 commit c2250da
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.25.0",
"commands": [
"dotnet-csharpier"
]
}
}
}

0 comments on commit c2250da

Please sign in to comment.