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 06c60ef commit 2d05c7dCopy full SHA for 2d05c7d
.github/workflows/docfx.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
19
- name: Install dependencies
20
run: dotnet tool install --global docfx
21
- name: Build Documentation
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
run: dotnet tool install --global coveralls.net
22
- name: Restore dependencies
0 commit comments