Skip to content

Commit

Permalink
Downdate docfx to 2.77.0, as 2.78.0 dropped support for .NET 6 (https…
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryTulip committed Feb 5, 2025
1 parent dd09333 commit 43d8602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
dotnet-version: 6.0.x

- name: install docfx
run: dotnet tool update -g docfx --version "2.78.2-*" --add-source https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/nuget/v3/index.json
run: dotnet tool update -g docfx --version "2.77.0-*" --add-source https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/nuget/v3/index.json

- name: run docfx
run: docfx build --dry-run
Expand Down

0 comments on commit 43d8602

Please sign in to comment.