nuget update command with packages.<projectName>.config

252 Views Asked by At

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?

0

There are 0 best solutions below