npgsql / efcore.pg

Entity Framework Core provider for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove direct dependency on Microsoft.EntityFrameworkCore.Abstractions

Bykiev opened this issue · comments

Hi, this package has a direct dependency on Microsoft.EntityFrameworkCore.Abstractions package, it should be transitive as Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational are already depends on it.

Thanks, submitted #3171.