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