diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index cdd2aa53..66e08814 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -18,7 +18,7 @@ concurrency: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repo @@ -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 @@ -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 diff --git a/.markdownlint.json b/.markdownlint.json index f512b380..5d758ba0 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,5 +11,6 @@ }, "MD055": false, "MD056": false, - "MD059": false + "MD059": false, + "MD060": false } diff --git a/docfx.json b/docfx.json index 07aa0337..ada147bb 100644 --- a/docfx.json +++ b/docfx.json @@ -13,7 +13,7 @@ "dest": "obj/api/Npgsql", "properties": { - "TargetFramework": "net8.0" + "TargetFramework": "net10.0" } }, { @@ -28,7 +28,7 @@ "dest": "obj/api/EFCore.PG", "properties": { - "TargetFramework": "net8.0" + "TargetFramework": "net10.0" } } ], @@ -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": {