Skip to content

Commit 4322008

Browse files
Merge pull request #644 from Catel/GitHubSync/20251018-110257
GitHubSync update
2 parents 17f20d1 + 1c20c41 commit 4322008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/cake/tasks.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// It probably means the tool is not correctly installed.
3737
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
3838
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39-
#tool "nuget:?package=dotnet-sonarscanner&version=10.4.1"
39+
#tool "nuget:?package=dotnet-sonarscanner&version=11.0.0"
4040

4141
//-------------------------------------------------------------
4242
// BACKWARDS COMPATIBILITY CODE - START

deployment/cake/tests-nunit.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.20.1"
1+
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.20.2"
22

33
//-------------------------------------------------------------
44

0 commit comments

Comments
 (0)