Skip to content

Commit

Permalink
Update nts.md by changing EF version from 9 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
HrlecMatej authored Sep 24, 2024
1 parent f31c01f commit 404649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conceptual/EFCore.PG/mapping/nts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 404649e

Please sign in to comment.