Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repo
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v5.0.0
with:
dotnet-version: 9.0.x
dotnet-version: 10.0.x

- name: Checkout Npgsql
uses: actions/checkout@v5
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: EFCore.PG

- name: Get docfx
run: dotnet tool install --version 2.78.3 -g docfx
run: dotnet tool install --version 2.78.4 -g docfx

- name: Build docs
run: docfx --warningsAsErrors
Expand Down
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
},
"MD055": false,
"MD056": false,
"MD059": false
"MD059": false,
"MD060": false
}
6 changes: 3 additions & 3 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dest": "obj/api/Npgsql",
"properties":
{
"TargetFramework": "net8.0"
"TargetFramework": "net10.0"
}
},
{
Expand All @@ -28,7 +28,7 @@
"dest": "obj/api/EFCore.PG",
"properties":
{
"TargetFramework": "net8.0"
"TargetFramework": "net10.0"
}
}
],
Expand Down Expand Up @@ -84,7 +84,7 @@
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
"globalMetadata": {
"_appTitle": "Npgsql Documentation",
"_appFooter": "© Copyright 2024 The Npgsql Development Team",
"_appFooter": "© Copyright 2025 The Npgsql Development Team",
"_appLogoPath": "img/logo.svg",
"_enableSearch": true,
"_gitContribute": {
Expand Down