frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
325 stars 83 forks source link

Error when installing via Nuget console in Visual Studio 2017 #314

Open ZhilkinSerg opened 6 years ago

ZhilkinSerg commented 6 years ago
Install-Package : Could not install package 'clcache 4.1.0'. You are trying to install this package into a project that targets 'native,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:1
+ Install-Package clcache
+ ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
johnwbyrd commented 6 years ago

+1

aciereszko commented 5 years ago

+1

Anyone got around this?