Skip to content

Commit 7f1d46b

Browse files
authored
Update .NET setup to setup .net9 and .net10
1 parent 863a434 commit 7f1d46b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci-docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4.1.4
1313

14-
- name: Setup .NET
15-
uses: actions/setup-dotnet@v4
14+
- name: Setup .NET Core SDK
15+
uses: actions/setup-dotnet@v5.0.1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: |
18+
8.0.x
19+
9.0.x
20+
10.0.x
1821
1922
- name: Install DocFX
2023
run: dotnet tool update -g docfx

0 commit comments

Comments
 (0)