Skip to content

Commit

Permalink
GitHubSync update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Nov 15, 2024
1 parent 6ab0d1c commit 71e5675
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "4.2.0",
"version": "5.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: setup-dotnet
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Cake Action
id: cake-action
Expand Down
6 changes: 3 additions & 3 deletions deployment/cake/lib-msbuild.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#addin "nuget:?package=Cake.Issues&version=4.11.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.11.0"
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=8.0.1"
#addin "nuget:?package=Cake.Issues&version=4.12.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.12.0"
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=9.0.0"

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

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/tasks.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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=9.0.1"
#tool "nuget:?package=dotnet-sonarscanner&version=9.0.2"

//-------------------------------------------------------------
// BACKWARDS COMPATIBILITY CODE - START
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"MSBuild.Sdk.Extras": "3.0.44"
},
"sdk": {
"version": "8.0.0",
"version": "9.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit 71e5675

Please sign in to comment.