Dotnet cli equivalent command of nuget update with safe option #11197
Unanswered
nisha-ashwin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is an option -Safe available with nuget update package command which specifies that only update the package with the highest version available within the same major and minor version as the installed package will be installed.
I would like to know if there is a command with the same functionality as the safe option of nuget update command available in dotnet cli.
Thanks in advance.
Regards,
Nisha
Beta Was this translation helpful? Give feedback.
All reactions