Skip to content

Commit

Permalink
Remove direct dependency on EFCore.Abstractions (#3171)
Browse files Browse the repository at this point in the history
Closes #3170
  • Loading branch information
roji committed May 16, 2024
1 parent f69fc1d commit d5de631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EFCore.PG/EFCore.PG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<!-- PrivateAssets="none" is set to flow the EF Core analyzer to users referencing this package https://github.com/aspnet/EntityFrameworkCore/pull/11350 -->
<PackageReference Include="Microsoft.EntityFrameworkCore" PrivateAssets="none" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" PrivateAssets="none" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" PrivateAssets="none" />
<PackageReference Include="Npgsql" />
</ItemGroup>

Expand Down

0 comments on commit d5de631

Please sign in to comment.