Skip to content

Commit

Permalink
Merge pull request #384 from cake-contrib/renovate/major-dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dependency dotnet-sdk to v9
  • Loading branch information
nils-a authored Nov 19, 2024
2 parents c1e9ea2 + d07fa33 commit 431cfc9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
# codecov needs 2.1
# unittests needs 3.1
# gitversion needs 5.0
# cake 1.3 needs 6.0
# .NET 9 to build
dotnet-version: |
2.1.818
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
2.1
3.1
5.0
6.0
9.0
- name: Cache Tools
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
# gitversion needs 5.0
# cake 1.3 needs 6.0
# .NET 9 to build
dotnet-version: |
5.0.x
8.0.x
5.0
6.0
9.0
- name: Cache Tools
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.403",
"version": "9.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 431cfc9

Please sign in to comment.