I have npgsql
and npgsql.entityframeworkcore.postgresql
nuget packges being installed every time when I build my solution although they are not included in my project.
They are creating me problem because there are some ambiguous extension methods so I would like to remove them.
The question is, are they maybe installed as dependency by some other library that I use and is there way that I could check that?