Let's say that I have 2 class libraries.
I have included a NuGet package in project A. I need to instantiate classes from that package in project B.
Should I simply add references to the package by browsing from project A and point out the dll? Or is there another option?