无法为 .Net 4.5 安装 PostgreSQL entity framework nuget 包?

Unable to install PostgreSQL entity framework nuget package for .Net 4.5?

我得到:

Could not install package 'Npgsql.EntityFrameworkCore.PostgreSQL 2.0.1'. You are trying to install this package into a project that targets 
'.NETFramework,Version=v4.5.1', but the package does not contain any assembly 
references or content files that are compatible with that framework.

我错过了什么?

如果您正在寻找 Entity Framework Core,则版本 2.0.x 仅支持 .NET Standard 2.0,.NET Framework 4.6.1 及更高版本(或.NET 核心)。

如果您正在寻找 Entity Framework 6.x,请按照上面的建议使用包 EntityFramework6.Npgsql。