Update dotnet-sonarscanner and dotnet-coverage versions in dotnet-tools.json

This commit is contained in:
Shkar T. Noori 2024-04-28 11:36:30 +03:00
parent f76ffcbfa2
commit ed95ceea93
No known key found for this signature in database
GPG Key ID: C5E1A00F3BB78732

View File

@ -3,13 +3,13 @@
"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"
]