Skip to content

Commit ce8dc39

Browse files
committed
Use .NET 9 to build documentation
1 parent 5f76b90 commit ce8dc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
name: Setup .NET
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: 10.0.x
19+
dotnet-version: 9.0.x
2020
-
2121
name: Prepare - Build Source
2222
run: |
2323
dotnet build src/Rqlite.Client/Rqlite.Client.csproj \
2424
--configuration Debug \
25-
--framework net10.0
25+
--framework net9.0
2626
-
2727
name: A - Build Documentation
2828
uses: bfren/docfx-action@v4

0 commit comments

Comments
 (0)