Is there anyway to determine why a specific version of a package is getting downloaded by a solution when you do a package restore? Is not a direct reference rather package being used by something else we are referencing. I have cleared the package cache and restored & something is causing it to be downloaded. I have scoured the project but am unable to find that specific version of that package.
Check your obj/project.assets.json (created during the restore).
obj/project.assets.json
It includes your full dependency graph, so you see everything that's pulling in the package
1.4m articles
1.4m replys
5 comments
57.0k users