Removing implicitly installed NuGet packages / Ignoring dependencies
Hello! I'm currently trying to install a NuGet package that has a dependency that I would like to not install into the project from NuGet, as I already have a local, modified copy of that same package. Is there some way I can remove this implicitly installed package or ignore the package in the first place?
4 Replies
Or do explicitly linked projects have a higher priority than implicit packages?
yes
Ah okay, thanks!