Skip to content

Commit d7257de

Browse files
committed
Add dotnet-tools manifest
1 parent a09c51a commit d7257de

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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+
"powershell": {
6+
"version": "7.6.1",
7+
"commands": [
8+
"pwsh"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)