Open DeadlyChambers opened 6 years ago
Is it possible to fix this ?
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?
Is this causing errors at run time when using toggles?
I get the same warning but it does not cause run time errors.
I just added it to my project and did not see this message.
Same error here :(
Any chance you can explicitly build for netstandard2.0
as well please and release a new version?
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?
I for sure would love to see a netstandard version :+1:
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.