-
Notifications
You must be signed in to change notification settings - Fork 256
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
suggestion: dotnet.exe support package upgrade & version check #6054
Comments
From @kjbetz on October 18, 2017 12:24 I was using yarn last night and saw that this is an included feature for them. https://yarnpkg.com/lang/en/docs/cli/upgrade/ https://yarnpkg.com/lang/en/docs/cli/upgrade-interactive/ Definitely very handy! Very much needed in my opinion for .NET Core CLI users. |
From @kjbetz on October 18, 2017 12:33 I suggest a As well as some of the other features listed in the yarn... we used |
I believe there is an issue under nuget/home for this already. I will move this issue there and have them close this one as a dup if that's the case. |
I'm surprised this is closed... is this not a dotnet CLI request? Just as there is a Do those call nuget under the covers? |
@kjbetz the issue was not closed, but rather moved to a more appropriate repo. The dotnet add and dotnet remove commands, for packages, while surfaced in the CLI, are actually implemented by NuGet. We also have an ongoing conversation with NuGet about a dotnet update command. So, it makes sense to have it here. |
@livarcocc Thanks Livar, I appreciate the response. I think I understand more clearly now and see that it was labeled XPLAT, which is important. Thanks! |
@mishra14 Ok... but how do you know what the |
I know previously on dotnet sdk 2.0.0 it worked where you were able to do |
From @kjbetz on August 20, 2017 13:59
Feature request.
Add command to upgrade packages and/or do a version check on packages used in
.csproj
Suggest:
dotnet package upgrade
and/ordotnet package check
Make it interactive to be able to update
.csproj
Idea similiar to this: https://www.npmjs.com/package/npm-check
Copied from original issue: dotnet/cli#7483
The text was updated successfully, but these errors were encountered: