From 856bf50d59f9c0fedac637ba1affddf4d33b7ebc Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 19 Dec 2024 22:42:02 +0100 Subject: [PATCH] Npgsql: Drop support for .NET 7.0 --- .github/workflows/lang-npgsql.yml | 4 ++-- by-language/csharp-npgsql/demo.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lang-npgsql.yml b/.github/workflows/lang-npgsql.yml index 5957159d..12ed1c10 100644 --- a/.github/workflows/lang-npgsql.yml +++ b/.github/workflows/lang-npgsql.yml @@ -42,8 +42,8 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-22.04' ] - dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ] - npgsql-version: [ '7.0.9', '8.0.6', '9.0.2' ] + dotnet-version: [ '8.0.x', '9.0.x' ] + npgsql-version: [ '8.0.6', '9.0.2' ] cratedb-version: [ 'nightly' ] # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers diff --git a/by-language/csharp-npgsql/demo.csproj b/by-language/csharp-npgsql/demo.csproj index 015b257e..c0f6077b 100644 --- a/by-language/csharp-npgsql/demo.csproj +++ b/by-language/csharp-npgsql/demo.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0;net9.0 enable false false