Skip to content

Commit

Permalink
Bump dotnet-coverage from 17.10.1 to 17.10.2
Browse files Browse the repository at this point in the history
Bumps [dotnet-coverage](https://github.com/microsoft/codecoverage) from 17.10.1 to 17.10.2.
- [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 Feb 12, 2024
1 parent 42c8f9c commit ad051fa
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
"isRoot": true,
"tools": {
"dotnet-coverage": {
"version": "17.10.1",
"commands": ["dotnet-coverage"]
"version": "17.10.2",
"commands": [
"dotnet-coverage"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.1",
"commands": ["reportgenerator"]
},
"commands": [
"reportgenerator"
]
}
"livereloadserver": {
"version": "1.3.1",
"commands": ["LiveReloadServer"]
"version": "1.3.1"
"commands": [
"LiveReloadServer"
]
}
}
}
}

0 comments on commit ad051fa

Please sign in to comment.