Skip to content

Commit c95e888

Browse files
GitHubSync update
1 parent fa04a36 commit c95e888

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "4.2.0",
6+
"version": "5.0.0",
77
"commands": [
88
"dotnet-cake"
99
]

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: setup-dotnet
2626
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
2727
with:
28-
dotnet-version: '8.0.x'
28+
dotnet-version: '9.0.x'
2929

3030
- name: Cake Action
3131
id: cake-action

deployment/cake/lib-msbuild.cake

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#addin "nuget:?package=Cake.Issues&version=4.11.0"
2-
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.11.0"
3-
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=8.0.1"
1+
#addin "nuget:?package=Cake.Issues&version=4.12.0"
2+
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.12.0"
3+
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=9.0.0"
44

55
#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"
66

deployment/cake/tasks.cake

+1-1
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=9.0.1"
39+
#tool "nuget:?package=dotnet-sonarscanner&version=9.0.2"
4040

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

src/global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"MSBuild.Sdk.Extras": "3.0.44"
44
},
55
"sdk": {
6-
"version": "8.0.0",
6+
"version": "9.0.0",
77
"rollForward": "latestMinor",
88
"allowPrerelease": false
99
}

0 commit comments

Comments
 (0)