Skip to content

installation via nuget fails in a .NET 4.0 project #62

@bartcallewaert

Description

@bartcallewaert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions