When we select Enable Package Restore menu item, NuGet downloads the NuGet.CommandLine and NuGet.Build package by calling FindPackagesById(). The FindPackagesById() version returns all versions of the package, which is unnecessary because we always download the latest version.
↧