Skip to content

Commit b06654c

Browse files
committed
Install .NET 10 in GHA workflows
1 parent ba3accf commit b06654c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
dotnet-version: |
4949
8.0.*
5050
9.0.*
51+
10.0.*
5152
- name: Show installed versions
5253
shell: pwsh
5354
run: |
@@ -159,6 +160,7 @@ jobs:
159160
dotnet-version: |
160161
8.0.*
161162
9.0.*
163+
10.0.*
162164
- name: Git checkout
163165
uses: actions/checkout@v5
164166
- name: Restore tools
@@ -218,6 +220,7 @@ jobs:
218220
dotnet-version: |
219221
8.0.*
220222
9.0.*
223+
10.0.*
221224
- name: Git checkout
222225
uses: actions/checkout@v5
223226
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
dotnet-version: |
2929
8.0.*
3030
9.0.*
31+
10.0.*
3132
- name: Git checkout
3233
uses: actions/checkout@v5
3334
- name: Initialize CodeQL

.github/workflows/qodana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
dotnet-version: |
2828
8.0.*
2929
9.0.*
30+
10.0.*
3031
- name: Git checkout
3132
uses: actions/checkout@v5
3233
with:

0 commit comments

Comments
 (0)