From ed95ceea93a2af103f13952c24b2e532e6ed690f Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Sun, 28 Apr 2024 11:36:30 +0300 Subject: [PATCH] Update dotnet-sonarscanner and dotnet-coverage versions in dotnet-tools.json --- .config/dotnet-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b21c6eb..3cd60e6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -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" ] } } -} +} \ No newline at end of file