I've 4 project structure below:
- Core
- Infrastructure
- Ship
- Ship.aspnet
Where when I create a nuget package from ship project, it should contain all the dependent project dlls i.e. 1, 2 and 4.
At the moment when I create a VSTS Nuget Packager Task pointing to ship project, it generates the *.ship nuget package. However, when I consume this package the compiler complains that core, infrastructure and ship.aspnet dlls are missing.
Thanks.