We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
If I add the IncludeReferencedProjects switch to Paket Pack, the version constrain for the shared library is missing.
IncludeReferencedProjects
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.
.\build.cmd
temp
NuGet dependency should have version constraint.
The text was updated successfully, but these errors were encountered:
a642694
No branches or pull requests
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:
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 intemp
should be self-explanatory.Expected behavior
NuGet dependency should have version constraint.
The text was updated successfully, but these errors were encountered: