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
When installs ZeroToNine and Zero29 NuGet packages on project targeting .NET Framework 4.0, the command line tool throws the next error message:
Install-Package : Could not install package 'ZeroToNine 0.3.0'. You are trying to
install this package into a project that targets '.NETFramework,Version=v4.0', but
the package does not contain any assembly references or content files that are
compatible with that framework.
It would be nice that NuGet packages allows installation on .NET Framework 4.0 projects.