We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f20d1 + 1c20c41 commit 4322008Copy full SHA for 4322008
deployment/cake/tasks.cake
@@ -36,7 +36,7 @@
36
// It probably means the tool is not correctly installed.
37
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
38
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39
-#tool "nuget:?package=dotnet-sonarscanner&version=10.4.1"
+#tool "nuget:?package=dotnet-sonarscanner&version=11.0.0"
40
41
//-------------------------------------------------------------
42
// BACKWARDS COMPATIBILITY CODE - START
deployment/cake/tests-nunit.cake
@@ -1,4 +1,4 @@
1
-#tool "nuget:?package=NUnit.ConsoleRunner&version=3.20.1"
+#tool "nuget:?package=NUnit.ConsoleRunner&version=3.20.2"
2
3
4
0 commit comments