Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using with .net core the dependency on Common is using a 4.6.1 build #151

Open
DeadlyChambers opened this issue Dec 28, 2017 · 8 comments
Labels

Comments

@DeadlyChambers
Copy link

Package 'FeatureToggle 4.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.

It is a warning so I am not sure if this is a major issue.

@robvanpamel
Copy link

Is it possible to fix this ?

@dietermijle
Copy link

I'm also encountering the same problem:

warning NU1701: Package 'FeatureToggle 4.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Restore completed in 1.48 sec

Any solution on this one?

@jason-roberts
Copy link
Owner

Is this causing errors at run time when using toggles?

@mehalick
Copy link
Contributor

I get the same warning but it does not cause run time errors.

@rcollette
Copy link

I just added it to my project and did not see this message.

@CumpsD
Copy link

CumpsD commented Jul 24, 2018

Same error here :(

Any chance you can explicitly build for netstandard2.0 as well please and release a new version?

@CuriousCurmudgeon
Copy link

Our team is looking into using FeatureToggle for a .Net Core project. Is there interest in a PR to switch the build to .Net Standard and then a release to NuGet?

@CumpsD
Copy link

CumpsD commented Jan 3, 2019

I for sure would love to see a netstandard version 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants