Skip to content

Commit cf2c6ad

Browse files
committed
updated docfx build to use .NET 10
1 parent 887e5e8 commit cf2c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Dotnet Setup
3030
uses: actions/setup-dotnet@v3
3131
with:
32-
dotnet-version: 9.x
32+
dotnet-version: 10.x
3333

3434
- run: dotnet tool update -g docfx
3535
- run: docfx Docs/docfx.json

0 commit comments

Comments
 (0)