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 398bd61 commit 8e1138cCopy full SHA for 8e1138c
.github/workflows/box2d-docs-github.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Run Box2D.NET.CommentConverter.csproj
25
- run: dotnet run --project tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
+ run: dotnet run --project tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release --framework net9.0
26
27
- name: Install DocFX
28
# This installs the latest version of DocFX and may introduce breaking changes
0 commit comments