Skip to content

Commit eb51909

Browse files
authored
Merge pull request #1713 from fsprojects/repo-assist/eng-update-sdk-9-2026-03-1eddef97eb321110
[Repo Assist] ci: update .NET SDK from 8.0.400 to 8.0.418 and align global.json
2 parents a990c75 + 22f8abd commit eb51909

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core 8
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: 8.0.400
19+
dotnet-version: 8.0.418
2020
- name: Cache NuGet packages
2121
uses: actions/cache@v5
2222
with:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup .NET Core 8
4343
uses: actions/setup-dotnet@v5
4444
with:
45-
dotnet-version: 8.0.400
45+
dotnet-version: 8.0.418
4646
- name: Cache NuGet packages
4747
uses: actions/cache@v5
4848
with:

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET Core 8
2121
uses: actions/setup-dotnet@v5
2222
with:
23-
dotnet-version: 8.0.400
23+
dotnet-version: 8.0.418
2424
- name: Cache NuGet packages
2525
uses: actions/cache@v5
2626
with:

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.119",
4-
"rollForward": "major"
3+
"version": "8.0.418",
4+
"rollForward": "latestMinor"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)