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,16 +3,16 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"dotnet-sonarscanner": { "dotnet-sonarscanner": {
"version": "5.7.2", "version": "6.2.0",
"commands": [ "commands": [
"dotnet-sonarscanner" "dotnet-sonarscanner"
] ]
}, },
"dotnet-coverage": { "dotnet-coverage": {
"version": "17.3.2", "version": "17.11.0",
"commands": [ "commands": [
"dotnet-coverage" "dotnet-coverage"
] ]
} }
} }
} }