mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically

Home Page:http://formfactoryaspmvc.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install package

JoseRivas1998 opened this issue · comments

Trying to run install-package FormFactory in Nuget, I get the following output:

Installing 'FormFactory 3.0.11'.
Successfully installed 'FormFactory 3.0.11'.
Adding 'FormFactory 3.0.11' to FormFactoryTestMvc.
Uninstalling 'FormFactory 3.0.11'.
Successfully uninstalled 'FormFactory 3.0.11'.
Install failed. Rolling back...
install-package : Could not install package 'FormFactory 3.0.11'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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 FormFactory
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand