Skip to content

Commit 5cff71e

Browse files
this commit introduces the .NET tools manifest
1 parent 3400bae commit 5cff71e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.config/dotnet-tools.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-outdated-tool": {
6+
"version": "4.7.1",
7+
"commands": [
8+
"dotnet-outdated"
9+
],
10+
"rollForward": false
11+
},
12+
"dotnet-format": {
13+
"version": "5.1.250801",
14+
"commands": [
15+
"dotnet-format"
16+
],
17+
"rollForward": false
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)