Skip to content

Commit

Permalink
Bump dotnet-coverage from 17.12.2 to 17.12.3
Browse files Browse the repository at this point in the history
Bumps [dotnet-coverage](https://github.com/microsoft/codecoverage) from 17.12.2 to 17.12.3.
- [Commits](https://github.com/microsoft/codecoverage/commits)

---
updated-dependencies:
- dependency-name: dotnet-coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent f94f0ae commit 22205a7
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,25 @@
"isRoot": true,
"tools": {
"dotnet-coverage": {
"version": "17.11.5",
"commands": ["dotnet-coverage"],
"version": "17.12.3",
"commands": [
"dotnet-coverage"
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.8",
"commands": ["reportgenerator"],
"commands": [
"reportgenerator"
],
"rollForward": false
},
"livereloadserver": {
"version": "1.4.0",
"commands": ["LiveReloadServer"],
"commands": [
"LiveReloadServer"
],
"rollForward": false
}
}
}
}

0 comments on commit 22205a7

Please sign in to comment.