Skip to content

Commit 1e717b3

Browse files
committed
Remove direct dependency on EFCore.Abstractions
Closes npgsql#3170
1 parent f69fc1d commit 1e717b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EFCore.PG/EFCore.PG.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<!-- PrivateAssets="none" is set to flow the EF Core analyzer to users referencing this package https://github.com/aspnet/EntityFrameworkCore/pull/11350 -->
1717
<PackageReference Include="Microsoft.EntityFrameworkCore" PrivateAssets="none" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" PrivateAssets="none" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" PrivateAssets="none" />
2019
<PackageReference Include="Npgsql" />
2120
</ItemGroup>
2221

0 commit comments

Comments
 (0)