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?