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
Say we have: paket.references:
paket.references
JetBrains.Annotations // we don't want to reference this package when creating packages
Is there a way to do: paket.template
paket.template
type project dependencies !JetBrains.Annotations * // perhaps something like a star is needed to tell paket to autoresolve the rest.
The text was updated successfully, but these errors were encountered:
fd7bf02
Instead of ! I created a new block called "excludeddependencies"
Sorry, something went wrong.
Nice, that reads clearer.
No branches or pull requests
Say we have:
paket.references:Is there a way to do:
paket.templateThe text was updated successfully, but these errors were encountered: