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.
2 parents 50f4b42 + c8f49d2 commit fe80486Copy full SHA for fe80486
.github/workflows/docs.yml
@@ -54,10 +54,10 @@ jobs:
54
environment: Docs
55
steps:
56
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
- - name: Setup .NET 6.0
+ - name: Setup .NET 8.0
58
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
59
with:
60
- dotnet-version: 6.0.405
+ dotnet-version: '8.x'
61
62
- name: Build Api Docs
63
run: |
0 commit comments