Skip to content

Commit 4566010

Browse files
author
aligneddev
committed
dotnet tools
1 parent b28d4da commit 4566010

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.config/dotnet-tools.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
"tools": {
55
"csharpier": {
66
"version": "1.2.6",
7-
"commands": [
8-
"csharpier"
9-
],
7+
"commands": ["csharpier"],
8+
"rollForward": false
9+
},
10+
"dotnet-ef": {
11+
"version": "10.0.5",
12+
"commands": ["dotnet-ef"],
1013
"rollForward": false
1114
}
1215
}
13-
}
16+
}

0 commit comments

Comments
 (0)