I'm following a tutorial to generate model for existing postgresql database.
I created a console application and added these NuGet packages:
EntityFramework (6.2.0), Npgsql(2.2.7), Npgsql.EntityFramework(2.2.7).
The problem is that I can't find PostgreSQL Database in the Data Source list while creating ADO.NET Entity Data model.
Does anyone know solution of the problem?