CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.68k stars 1.9k forks source link

Error when install Pace.javascript package from nuget #404

Open askrinnik opened 7 years ago

askrinnik commented 7 years ago

Hi, guys

I have ASP.NET MVC project with target framework 4.6.1 in Visual Studio 2015 Comunity Edition I'm trying to install Pace.javascript package from nuget by command Install-Package Pace.javascript The installation failed with error:

Install-Package : Could not install package 'Pace.javascript 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', 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 Pace.javascript
  • 
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Could you please help to fix the issue?

Thank you in advacne

asane06 commented 7 years ago

Yes. I'm facing the same. Below is the error I got.

Could not install package 'Pace.javascript 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', 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.

Please do needful.

Thank you in advance.