Skip to content

Commit

Permalink
Npgsql: Add support for .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 25, 2024
1 parent d75e506 commit e37987d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
dotnet-version: [ '7.0.x', '8.0.x' ]
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
npgsql-version: [ '7.0.7', '8.0.3' ]
cratedb-version: [ 'nightly' ]

Expand Down
2 changes: 1 addition & 1 deletion by-language/csharp-npgsql/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 7 and 8 are supported, .NET 3.1, 4.6, 5.0 and 6.0 may still work.
.NET 7, 8, and 9 are supported, .NET 3.1, 4.6, 5.0, and 6.0 may still work.


*****
Expand Down

0 comments on commit e37987d

Please sign in to comment.