I am trying install memcached in visual studio in a PHP project
I am running the following command in the Package Manager Console :
PM> Install-Package EnyimMemcached
I am getting the error "Install failed. Rolling back... "
The full error:
Attempting to gather dependency information for package 'EnyimMemcached.2.16.0' with respect to project ', targeting 'Unsupported,Version=v0.0'
Attempting to resolve dependencies for package 'EnyimMemcached.2.16.0' with DependencyBehavior 'Lowest'
Resolving actions to install package 'EnyimMemcached.2.16.0'
Resolved actions to install package 'EnyimMemcached.2.16.0'
Install failed. Rolling back...
Package 'EnyimMemcached.2.16.0' does not exist in project 'project'
Package 'EnyimMemcached.2.16.0' does not exist in folder 'C: \packages'
Install-Package : Could not install package 'EnyimMemcached 2.16.0'. You are
trying to install this package into a project that targets 'Unsupp orted,Version=v0.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:16
-
Install-Package <<<< EnyimMemcached
CategoryInfo : NotSpecified: (:) [Install-Package], Exception
FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
I have tried different php version to see if the issue is with the version and still getting the same error