Skip to content

Commit 6519bda

Browse files
authored
Merge pull request #900 from sys27/sys27-patch-1
Update .NET for documentation generation
2 parents f6e1ce5 + a26cbd1 commit 6519bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929

3030
- uses: actions/setup-dotnet@v4
3131
with:
32-
dotnet-version: '9.0.x'
32+
dotnet-version: '10.0.x'
3333

34-
- run: dotnet build -c Release xFunc.sln
34+
- run: dotnet build -c Release xFunc.slnx
3535
- run: dotnet tool update -g docfx
3636
- run: docfx docs/docfx.json
3737

0 commit comments

Comments
 (0)