diff --git a/deployment/cake/tasks.cake b/deployment/cake/tasks.cake index e3212cd8..6ff00886 100644 --- a/deployment/cake/tasks.cake +++ b/deployment/cake/tasks.cake @@ -36,7 +36,7 @@ // It probably means the tool is not correctly installed. // `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources` //#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0" -#tool "nuget:?package=dotnet-sonarscanner&version=8.0.0" +#tool "nuget:?package=dotnet-sonarscanner&version=7.1.1" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START