Skip to content

Commit 3df5b60

Browse files
authored
Set all GH workflows to use NET 10 SDK (#4279)
1 parent 2047ded commit 3df5b60

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.github/workflows/build-core-lib.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
- name: Checkout source
4343
uses: actions/checkout@v4
4444

45-
# - name: Setup .NET 8.0
46-
# uses: actions/setup-dotnet@v4
47-
# with:
48-
# dotnet-version: 8.0.x
49-
# dotnet-quality: ga
50-
5145
# - name: Setup .NET 9.0
5246
# uses: actions/setup-dotnet@v4
5347
# with:

.github/workflows/deploy_demo.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: Build and deploy Demo site
2424
env:
25-
DOTNET_VERSION: "net9.0"
25+
DOTNET_VERSION: "net10.0"
2626
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2727
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2828
DOTNET_NOLOGO: true
@@ -37,17 +37,17 @@ jobs:
3737
- name: Checkout source
3838
uses: actions/checkout@v4
3939

40-
- name: .NET Setup SDKs
40+
# - name: Setup .NET 9.0
41+
# uses: actions/setup-dotnet@v4
42+
# with:
43+
# dotnet-version: 9.0.205
44+
# dotnet-quality: ga
45+
46+
- name: Setup .NET 10.0
4147
uses: actions/setup-dotnet@v4
4248
with:
43-
dotnet-version: 9.0.205
44-
dotnet-quality: ga
45-
46-
#- name: Setup .NET 10.0
47-
# uses: actions/setup-dotnet@v4
48-
# with:
49-
# dotnet-version: 10.0.x
50-
# dotnet-quality: preview
49+
dotnet-version: 10.0.x
50+
dotnet-quality: preview
5151

5252
- name: NPM Install
5353
uses: actions/setup-node@v4

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout source
3939
uses: actions/checkout@v4
4040

41-
# - name: .NET Setup SDKs
41+
# - name: Setup .NET 9.0
4242
# uses: actions/setup-dotnet@v4
4343
# with:
4444
# dotnet-version: 9.0.205

0 commit comments

Comments
 (0)