jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

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

Open DeadlyChambers opened 6 years ago

DeadlyChambers commented 6 years ago

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

Is it possible to fix this ?

dietermijle commented 6 years ago

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

Is this causing errors at run time when using toggles?

mehalick commented 6 years ago

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

rcollette commented 6 years ago

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

CumpsD commented 6 years ago

Same error here :(

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

CuriousCurmudgeon commented 5 years ago

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 commented 5 years ago

I for sure would love to see a netstandard version :+1: