Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Dependent projects dependecies not added to nupkg's #1415

Closed
pms1969 opened this issue Jan 19, 2016 · 3 comments
Closed

BUGFIX: Dependent projects dependecies not added to nupkg's #1415

pms1969 opened this issue Jan 19, 2016 · 3 comments

Comments

@pms1969
Copy link
Contributor

pms1969 commented Jan 19, 2016

Just notice that dependent project dependencies are not included in the packages dependendies..... Obviously a problem, and I'll try and get a fix in asap.

For clarity. Project A depends on Project B. includedependencies is set for the "pack" command, but the dependencies of B are not included as dependencies in the nupkg file....

actually, not even sure that was clarification. it's late.

@pms1969
Copy link
Contributor Author

pms1969 commented Jan 19, 2016

Actually, just looked at the code and not quite sure how to tackle it. if anyone has some concrete knowledge on how to get the change done, I'd appreciate a pointer.

From what I can tell I need to go from template to project to dependent projects to appropriate reference file and get dependencies from there. I just didn't notice a way to get the appropriate version constraint??????

@pms1969
Copy link
Contributor Author

pms1969 commented Jan 20, 2016

got it. will only be included if include-referenced-projects is set pull request imminent

@pms1969
Copy link
Contributor Author

pms1969 commented Jan 20, 2016

pull request made #1417

@pms1969 pms1969 closed this as completed Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant