Skip to content

Commit f17d5c7

Browse files
committed
Update .NET 10 version in GitHub workflows
Bump the .NET 10 version from 10.0.100-preview.1.25120.13 to 10.0.100-rc.1.25451.107 in build, codeql, documentation, and release workflows to use the latest release candidate.
1 parent b378dc8 commit f17d5c7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-dotnet@v5.0.0
3030
with:
3131
dotnet-version: |
32-
10.0.100-preview.1.25120.13
32+
10.0.100-rc.1.25451.107
3333
9.x
3434
8.x
3535
- name: Restore dependencies

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-dotnet@v5.0.0
3333
with:
3434
dotnet-version: |
35-
10.0.100-preview.1.25120.13
35+
10.0.100-rc.1.25451.107
3636
9.x
3737
8.x
3838
- name: Restore dependencies

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-dotnet@v5.0.0
2020
with:
2121
dotnet-version: |
22-
10.0.100-preview.1.25120.13
22+
10.0.100-rc.1.25451.107
2323
9.x
2424
8.x
2525
- name: Git fetch unshallow

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-dotnet@v5.0.0
3232
with:
3333
dotnet-version: |
34-
10.0.100-preview.1.25120.13
34+
10.0.100-rc.1.25451.107
3535
9.x
3636
8.x
3737
- name: Restore dependencies

0 commit comments

Comments
 (0)