dotnet tool

This commit is contained in:
2023-01-30 19:32:18 -07:00
parent 03bbc36802
commit cb9386b283
5 changed files with 22 additions and 11 deletions

View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.1.15",
"commands": [
"reportgenerator"
]
}
}
}