From 404649e77374582ca12ab07a4fd58d6c2387162a Mon Sep 17 00:00:00 2001 From: MatejH <56850221+HrlecMatej@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:48:35 +0200 Subject: [PATCH] Update nts.md by changing EF version from 9 to 8 --- conceptual/EFCore.PG/mapping/nts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conceptual/EFCore.PG/mapping/nts.md b/conceptual/EFCore.PG/mapping/nts.md index 893592eb..91c905a7 100644 --- a/conceptual/EFCore.PG/mapping/nts.md +++ b/conceptual/EFCore.PG/mapping/nts.md @@ -11,7 +11,7 @@ Note that the EF Core NetTopologySuite plugin depends on [the Npgsql ADO.NET Net To use the NetTopologySuite plugin, add the [Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite nuget](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite) to your project. Then, configure the NetTopologySuite plugin as follows: -### [EF 9.0, with a connection string](#tab/ef9-with-connection-string) +### [EF 8.0, with a connection string](#tab/ef8-with-connection-string) If you're passing a connection string to `UseNpgsql`, simply add the `UseNetTopologySuite` call as follows: