Is it true that for every dependency that a package has on some other library, that those libraries need to be resolved and installed as well?
For example, I created a package which uses NLog
, Postsharp
and WindowsAzure.Storage
:
Do clients of my package now have to install these packages as well? Why is it not possible to include these dependency DLLs within the package?