Last active
November 4, 2015 04:51
-
-
Save ryanvgates/7f41381b06308b2f4ba6 to your computer and use it in GitHub Desktop.
Nuget Update-Package Gotcha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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