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

Can add a dependency to paket.references multiple times. #454

Closed
isaacabraham opened this issue Dec 13, 2014 · 1 comment
Closed

Can add a dependency to paket.references multiple times. #454

isaacabraham opened this issue Dec 13, 2014 · 1 comment

Comments

@isaacabraham
Copy link
Contributor

If you try paket add --interactive, the console asks even for references that already have that dependency. If you hit yes, it actually adds it twice into the file.

@mexx
Copy link
Member

mexx commented Dec 13, 2014

In AddProcess we simply append new package at the end of the file. See AddProcess.fs#L37

@forki forki closed this as completed in fb7d164 Dec 20, 2014
forki added a commit that referenced this issue Dec 20, 2014
Don't add Nuget package twice to ReferencesFile - fixes #454
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants