Skip to content

Commit 3777ccb

Browse files
committed
add dotnet-format to tool manifest
1 parent 2da7bd4 commit 3777ccb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.config/dotnet-tools.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"version": 1,
33
"isRoot": true,
4-
"tools": {}
4+
"tools": {
5+
"dotnet-format": {
6+
"version": "5.1.250801",
7+
"commands": ["dotnet-format"]
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)