From 4cfb51ada6db80e6e542f5f20502ed3ab3f8057e Mon Sep 17 00:00:00 2001 From: Nazar Pavlyk Date: Wed, 12 Feb 2025 16:54:06 +0200 Subject: [PATCH] revert removing of dotnet tools --- .config/dotnet-tools.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b36f329..d13b5df 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,5 +2,11 @@ "version": 1, "isRoot": true, "tools": { + "dotnet-sonarscanner": { + "version": "5.13.1", + "commands": [ + "dotnet-sonarscanner" + ] + } } -} +} \ No newline at end of file