C
C#9mo ago
Nolram

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
Nolram
NolramOP9mo ago
Or do explicitly linked projects have a higher priority than implicit packages?
reflectronic
reflectronic9mo ago
yes
Nolram
NolramOP9mo ago
Ah okay, thanks!

Did you find this page helpful?