Skip to content

Commit 54cf00c

Browse files
committed
Update .NET SDK to 10.0.100-rc.1.25451.107 in workflows
All GitHub Actions workflows now use .NET SDK version 10.0.100-rc.1.25451.107 instead of the previous preview version. This ensures consistency and compatibility with the latest .NET 10 release candidate across build, test, documentation, and release pipelines.
1 parent 0277863 commit 54cf00c

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838
with:
3939
dotnet-version: |
40-
10.0.100-preview.1.25120.13
40+
10.0.100-rc.1.25451.107
4141
9.x
4242
8.x
4343
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/[email protected]
6464
with:
6565
dotnet-version: |
66-
10.0.100-preview.1.25120.13
66+
10.0.100-rc.1.25451.107
6767
9.x
6868
8.x
6969
- name: Restore Packages

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-dotnet@v5
4444
with:
4545
dotnet-version: |
46-
10.0.100-preview.1.25120.13
46+
10.0.100-rc.1.25451.107
4747
9.x
4848
8.x
4949
- name: Restore dependencies

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323
with:
2424
dotnet-version: |
25-
10.0.100-preview.1.25120.13
25+
10.0.100-rc.1.25451.107
2626
9.x
2727
8.x
2828
- name: Git fetch unshallow

.github/workflows/documentation_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131
with:
3232
dotnet-version: |
33-
10.0.100-preview.1.25120.13
33+
10.0.100-rc.1.25451.107
3434
9.x
3535
8.x
3636
- name: Install DocFX

.github/workflows/emoji-autogen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/[email protected]
2121
with:
22-
dotnet-version: 10.0.100-preview.1.25120.13
22+
dotnet-version: 10.0.100-rc.1.25451.107
2323

2424
- name: Run emoji mapping generator
2525
shell: pwsh

.github/workflows/internal-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626
with:
2727
dotnet-version: |
28-
10.0.100-preview.1.25120.13
28+
10.0.100-rc.1.25451.107
2929
9.x
3030
8.x
3131
- name: Restore dependencies

.github/workflows/public-dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/[email protected]
4040
with:
4141
dotnet-version: |
42-
10.0.100-preview.1.25120.13
42+
10.0.100-rc.1.25451.107
4343
9.x
4444
8.x
4545
- name: Restore dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/[email protected]
5656
with:
5757
dotnet-version: |
58-
10.0.100-preview.1.25120.13
58+
10.0.100-rc.1.25451.107
5959
9.x
6060
8.x
6161
- name: Restore dependencies (DisCatSharp)

0 commit comments

Comments
 (0)