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 4aca7b5 commit ee25257Copy full SHA for ee25257
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
.github/workflows/static.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Dotnet Setup
30
31
32
- dotnet-version: 8.x
33
34
- run: dotnet tool update -g docfx
35
- run: docfx ./docs/docfx.json
0 commit comments