Skip to content

Commit 234f78b

Browse files
committed
Create dotnet-tools.json
1 parent 11da8a5 commit 234f78b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.config/dotnet-tools.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"uno.check": {
6+
"version": "1.27.4",
7+
"commands": [
8+
"uno-check"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)