You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not install package 'X.PagedList.Mvc 8.0.7'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.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.
The text was updated successfully, but these errors were encountered:
This is already reported in #190. Like the error message describes, version 8.0.7 isn't compatible with .NET Framework 4.7.2, although there's no reason why it can't be... The linked issue already has an open PR to fix this: #191.
@pmarangoni PR #191 is now merged, so this issue will be fixed in the next version that gets released.
As temporary 'fix', you can also restrict NuGet versions in your packages.config file by adding allowedVersions="(,8)" (but don't forget to remove this when a new compatible version gets released):
Could not install package 'X.PagedList.Mvc 8.0.7'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.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.
The text was updated successfully, but these errors were encountered: