Skip to content

Commit

Permalink
Merge pull request #21 from lucasteles/dependabot/nuget/dotnet-report…
Browse files Browse the repository at this point in the history
…generator-globaltool-5.2.0

Bump dotnet-reportgenerator-globaltool from 5.1.9 to 5.2.0
  • Loading branch information
lucasteles committed Jan 8, 2024
2 parents e380cdf + 0628f0a commit 4ab17e4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .config/dotnet-tools.json
@@ -1,24 +1,24 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.1.9",
"commands": [
"reportgenerator"
]
},
"nuke.globaltool": {
"version": "7.0.6",
"commands": [
"nuke"
]
}
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.0",
"commands": [
"reportgenerator"
]
},
"nuke.globaltool": {
"version": "7.0.6",
"commands": [
"nuke"
]
}
}
}
}

0 comments on commit 4ab17e4

Please sign in to comment.