-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Hi,
I get an error when I Try to install FeatureToggle in a .NET 4.0 project. Can this package only be installed in a .NET 4.5 project?
error message:
Attempting to resolve dependency 'FeatureToggle.Core (≥ 2.2.0)'.
Installing 'FeatureToggle.Core 2.2.0'.
Successfully installed 'FeatureToggle.Core 2.2.0'.
Installing 'FeatureToggle 2.2.0'.
Successfully installed 'FeatureToggle 2.2.0'.
Adding 'FeatureToggle.Core 2.2.0' to ....
Uninstalling 'FeatureToggle.Core 2.2.0'.
Successfully uninstalled 'FeatureToggle.Core 2.2.0'.
Install failed. Rolling back...
Could not install package 'FeatureToggle.Core 2.2.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. For more information, contact the package author.