We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863a434 commit 7f1d46bCopy full SHA for 7f1d46b
1 file changed
.github/workflows/ci-docs.yml
@@ -11,10 +11,13 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v4.1.4
13
14
- - name: Setup .NET
15
- uses: actions/setup-dotnet@v4
+ - name: Setup .NET Core SDK
+ uses: actions/setup-dotnet@v5.0.1
16
with:
17
- dotnet-version: '8.0.x'
+ dotnet-version: |
18
+ 8.0.x
19
+ 9.0.x
20
+ 10.0.x
21
22
- name: Install DocFX
23
run: dotnet tool update -g docfx
0 commit comments