Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active November 4, 2015 04:51
Show Gist options
  • Save ryanvgates/7f41381b06308b2f4ba6 to your computer and use it in GitHub Desktop.
Save ryanvgates/7f41381b06308b2f4ba6 to your computer and use it in GitHub Desktop.
Nuget Update-Package Gotcha
PM> update-package FluentValidation
Attempting to gather dependencies information for multiple packages with respect to project 'solution\project', targeting '.NETFramework,Version=v4.5.2'
Attempting to resolve dependencies for multiple packages
update-package : Unable to find package 'IdentityManager'. Existing packages must be restored before performing an install or update.
At line:1 char:1
+ update-package FluentValidation
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment