Skip to content

Commit 1b9c836

Browse files
committed
Add nbgv to local dotnet tools
1 parent 3fcd2d2 commit 1b9c836

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.config/dotnet-tools.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"commands": [
88
"reportgenerator"
99
]
10+
},
11+
"nbgv": {
12+
"version": "3.4.244",
13+
"commands": [
14+
"nbgv"
15+
]
1016
}
1117
}
12-
}
18+
}

0 commit comments

Comments
 (0)