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

Ignore referenced package in project type template #1199

Closed
JohanLarsson opened this issue Nov 7, 2015 · 2 comments
Closed

Ignore referenced package in project type template #1199

JohanLarsson opened this issue Nov 7, 2015 · 2 comments

Comments

@JohanLarsson
Copy link
Contributor

Say we have:
paket.references:

JetBrains.Annotations // we don't want to reference this package when creating packages

Is there a way to do:
paket.template

type project
dependencies
    !JetBrains.Annotations
    * // perhaps something like a star is needed to tell paket to autoresolve the rest.
@forki forki closed this as completed in fd7bf02 Nov 7, 2015
@forki
Copy link
Member

forki commented Nov 7, 2015

Instead of ! I created a new block called "excludeddependencies"

@JohanLarsson
Copy link
Contributor Author

Nice, that reads clearer.

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

2 participants