From 6f20c69e1c4bf8262d178bd7d2a2d81b77d539ff Mon Sep 17 00:00:00 2001 From: Mirko <4560672+mu88@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:34:38 +0100 Subject: [PATCH] Update dotnet-tools.json --- .config/dotnet-tools.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 293dfd2..711e5cb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -13,6 +13,13 @@ "commands": [ "versionize" ] + }, + "dotnet-sonarscanner": { + "version": "9.0.2", + "commands": [ + "dotnet-sonarscanner" + ], + "rollForward": false } } -} \ No newline at end of file +}