0

It seems that nuget update command does not support packages.projectName.config format of packages.config' file name.

nuget update packages.<project>.config

returns: No packages.config, project or solution file specified.

But it works for nuget restore command.

Are there methods to make update work without renaming of config file?

Boris Nikitin
  • 369
  • 4
  • 12
  • Which NuGet version do you use? You could also have a look at the source code. – Jeroen Heier Jan 23 '17 at 16:50
  • Version: 3.5.0.1938 Quick research in the source code shows that UpdateCommand and RestoreCommands use different logic for handling the name. But I thought that may be there are some workarounds. – Boris Nikitin Jan 24 '17 at 06:25

0 Answers0