From 5c4dbcca8d33f013d87f8c1a3a1b1be83afcc8f1 Mon Sep 17 00:00:00 2001 From: David Vedvick Date: Sat, 1 Aug 2026 15:44:05 -0500 Subject: [PATCH] Update compatibility.md Update compatibility.md with version support for v9 and v10. --- conceptual/Npgsql/compatibility.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conceptual/Npgsql/compatibility.md b/conceptual/Npgsql/compatibility.md index 31e6204e..8126bdd4 100644 --- a/conceptual/Npgsql/compatibility.md +++ b/conceptual/Npgsql/compatibility.md @@ -24,6 +24,10 @@ Npgsql 4.* targets .NET Framework 4.6.1, as well as [.NET Standard 2.0](https:// Npgsql 5.* targets .NET Standard 2.0 and .NET 5. Starting with this version, we no longer run regression tests on .NET Framework and mono. In addition, the Visual Studio extension (VSIX) and the MSI GAC installer have been discontinued. +Npgsql 9.* targets .Net 6 and later. + +Npgsql 10.* targets .Net 8 and later. + ## pgbouncer Npgsql works well with PgBouncer, but there are some quirks to be aware of.