Skip to content

Commit 6907363

Browse files
authored
Merge pull request #314 from cake-contrib/renovate/dotnet-monorepo
Update dependency dotnet-sdk to v10.0.401
2 parents 1540fa8 + 585b420 commit 6907363

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [windows-2022, ubuntu-24.04, macos-26]
22+
os: [windows-2022, ubuntu-26.04, macos-26]
2323

2424
env:
2525
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
7.0
3535
8.0
3636
9.0
37+
10.0
3738
3839
- name: Install mono
3940
if: runner.os == 'Linux'

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100",
3+
"version": "10.0.401",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)