diff --git a/.github/workflows/lang-npgsql.yml b/.github/workflows/lang-npgsql.yml index 6dae2c38..bf36b125 100644 --- a/.github/workflows/lang-npgsql.yml +++ b/.github/workflows/lang-npgsql.yml @@ -42,8 +42,8 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-latest' ] - dotnet-version: [ '6.0.x', '7.0.x', '8.0.x' ] - npgsql-version: [ '6.0.11', '7.0.7', '8.0.3' ] + dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ] + npgsql-version: [ '7.0.8', '8.0.5' ] cratedb-version: [ 'nightly' ] # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers diff --git a/by-language/csharp-npgsql/README.rst b/by-language/csharp-npgsql/README.rst index 60a5fc2d..f1bb8379 100644 --- a/by-language/csharp-npgsql/README.rst +++ b/by-language/csharp-npgsql/README.rst @@ -24,7 +24,7 @@ need for a plugin. Please note that Npgsql 5 is not supported starting with CrateDB 4.8.4, you will need Npgsql 6 or newer. -.NET 6, 7, and 8 are supported, .NET 3.1, 4.6, and 5.0 may still work. +.NET 7, 8, and 9 are supported, .NET 3.1, 4.6, 5.0, and 6.0 may still work. ***** diff --git a/by-language/csharp-npgsql/demo.csproj b/by-language/csharp-npgsql/demo.csproj index 4b496ee6..2343afe6 100644 --- a/by-language/csharp-npgsql/demo.csproj +++ b/by-language/csharp-npgsql/demo.csproj @@ -9,7 +9,7 @@ - +