Skip to content

Commit 9da6c37

Browse files
committed
ci: include net10.0 sdk
1 parent 17aac65 commit 9da6c37

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
dotnet-version: |
1818
8.0.x
1919
9.0.x
20+
10.0.x
2021
- name: format
2122
run: dotnet format
2223
- name: check for changes

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
dotnet-version: |
1515
8.0.x
1616
9.0.x
17+
10.0.x
1718
- name: dotnet info
1819
run: dotnet --info
1920
- name: build

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
dotnet-version: |
1616
8.0.x
1717
9.0.x
18+
10.0.x
1819
- name: Build
1920
shell: pwsh
2021
run: .\build.ps1 --stable=true

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ steps:
1818
inputs:
1919
packageType: sdk
2020
version: 9.0.x
21+
22+
- task: UseDotNet@2
23+
displayName: 'Use .NET 10 sdk'
24+
inputs:
25+
packageType: sdk
26+
version: 10.0.x
2127
includePreviewVersions: true
2228

2329
- script: dotnet --info

0 commit comments

Comments
 (0)