Skip to content

Commit

Permalink
require .NET 6.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored Jun 29, 2024
1 parent 56407bf commit 230b10a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
6.0.x
- name: Install .NET tools
run: |
dotnet tool install -g docfx || true
Expand Down

0 comments on commit 230b10a

Please sign in to comment.