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

Nuget update command does not update projects that use project.json #2691

Closed
bondarchook opened this issue Apr 29, 2016 · 3 comments
Closed
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:DCR Design Change Request
Milestone

Comments

@bondarchook
Copy link

Commandline Nuget update command does not update projects that use project.json instead of packages.config

@yishaigalatzer
Copy link

Can you tell us for what scenario are you using it? If you are using it to get CI builds to update we have a much better feature for this case which is to use a * notation in the file - for example you could reference 2.1.0-* to get all pre-release builds of 2.1.0 or 2.1.* to get all versions 2.1 (and so on up to using * which will be get the latest)

@bondarchook
Copy link
Author

If I use this asterisk notation what command I should use then to get latest versions of libraries? Does restore will get latest versions? And how I can control it? I do not want always automatic update I want to run some command when I need it to be updated.

My case is. In CI build I need to get latest versions of specific packages
And I should decide whether I want to update or not.

And it would be very nice if it also update project.json file for me with new versions of dependencies.

@rrelyea rrelyea added the Type:DCR Design Change Request label May 2, 2016
@rrelyea rrelyea added this to the Future milestone May 2, 2016
@nkolev92
Copy link
Member

Duplicate of #4103

@nkolev92 nkolev92 marked this as a duplicate of #4103 Dec 19, 2017
@nkolev92 nkolev92 added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:DCR Design Change Request
Projects
None yet
Development

No branches or pull requests

4 participants