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

Version constraint is missing on referenced projects packed separately #1976

Closed
trondd opened this issue Oct 24, 2016 · 0 comments
Closed

Version constraint is missing on referenced projects packed separately #1976

trondd opened this issue Oct 24, 2016 · 0 comments

Comments

@trondd
Copy link
Contributor

trondd commented Oct 24, 2016

Description

I have a solution that consist of three projects: Two of them are packaged as NuGet packages and one is included in the "top-level" package:

dependencies graph

If I add the IncludeReferencedProjects switch to Paket Pack, the version constrain for the shared library is missing.

Repro steps

See provided repo for steps to reproduce: https://github.com/trondd/paket-issue-1976.

Run .\build.cmd to build the solution and create NuGet files. The two outputs in temp should be self-explanatory.

Expected behavior

NuGet dependency should have version constraint.

@forki forki closed this as completed in a642694 Nov 3, 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