mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 102 forks source link

Unable to install package #51

Closed JoseRivas1998 closed 6 years ago

JoseRivas1998 commented 6 years ago

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
mcintyre321 commented 6 years ago

Think you need to be on .NET 4.5.1, it looks like you are on 4.5

On 24 Aug 2017 23:00, "Jose Rodriguez Rivas" notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mcintyre321/FormFactory/issues/51, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ0-rsrxJOe2wAVaNBziFiDF-ioogeSks5sbfKMgaJpZM4PB_YY .