Skip to content

Commit

Permalink
Upgrade CI to .NET 9
Browse files Browse the repository at this point in the history
Signed-off-by: Lamparter <71598437+Lamparter@users.noreply.github.com>
  • Loading branch information
Lamparter authored Jan 9, 2025
1 parent 0d6b92d commit 0adadbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
dotnet-version: 9.x

- run: dotnet tool update -g docfx
- run: docfx docfx.json
Expand Down

0 comments on commit 0adadbe

Please sign in to comment.