Skip to content

Commit

Permalink
Update dotnet-sonarscanner and dotnet-coverage versions in dotnet-too…
Browse files Browse the repository at this point in the history
…ls.json
  • Loading branch information
shkarface committed Apr 28, 2024
1 parent f76ffcb commit ed95cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"isRoot": true,
"tools": {
"dotnet-sonarscanner": {
"version": "5.7.2",
"version": "6.2.0",
"commands": [
"dotnet-sonarscanner"
]
},
"dotnet-coverage": {
"version": "17.3.2",
"version": "17.11.0",
"commands": [
"dotnet-coverage"
]
}
}
}
}

0 comments on commit ed95cee

Please sign in to comment.