Trying to upgrade 7.3.4 to lastest i get this error regarding Crophealer
Update-Package UmbracoCms
Attempting to gather dependencies information for multiple packages with respect to project 'outtasightwindowtint.com', targeting '.NETFramework,Version=v4.5.2'
Attempting to resolve dependencies for multiple packages
Update-Package : Unable to find package 'Our.Umbraco.CropHealer'. Existing packages must be restored before performing an install or update.
At line:1 char:1
+ Update-Package UmbracoCms
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand
Trying to upgrade 7.3.4 to lastest i get this error regarding Crophealer
Attempting to gather dependencies information for multiple packages with respect to project 'outtasightwindowtint.com', targeting '.NETFramework,Version=v4.5.2' Attempting to resolve dependencies for multiple packages Update-Package : Unable to find package 'Our.Umbraco.CropHealer'. Existing packages must be restored before performing an install or update. At line:1 char:1 + Update-Package UmbracoCms + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Update-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand
Removed crophealer from package.config and resolved the problem.
is working on a reply...