Skip to content

Commit ec92708

Browse files
authored
Merge pull request #213 from roji/patch-2
Updates to Npgsql provider page
2 parents 20bfd81 + 188147a commit ec92708

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/providers/npgsql/index.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ Npgsql (PostgreSQL)
33

44
This database provider allows Entity Framework Core to be used with PostgreSQL. The provider is maintained as part of the `Npgsql project <http://www.npgsql.org>`_.
55

6-
.. caution::
7-
Npgsql currently only supports the Entity Framework Core RC2 pre-release.
8-
96
.. contents:: `In this article:`
107
:depth: 2
118
:local:
@@ -17,12 +14,12 @@ Install the `Npgsql.EntityFrameworkCore.PostgreSQL NuGet package <https://www.nu
1714

1815
.. code-block:: text
1916
20-
PM> Install-Package Npgsql.EntityFrameworkCore.PostgreSQL -Pre
17+
PM> Install-Package Npgsql.EntityFrameworkCore.PostgreSQL
2118
2219
Get Started
2320
-----------
2421

25-
See the `Npgsql documentation <http://www.npgsql.org/doc/ef7.html>`_ to get started.
22+
See the `Npgsql documentation <http://www.npgsql.org/doc/efcore.html>`_ to get started.
2623

2724
Supported Database Engines
2825
--------------------------

0 commit comments

Comments
 (0)