jason-roberts / FeatureToggle

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

Installing 4.0.2 version into .NET Framework 4.7.1 project brings dozens of .NET Core dependencies #170

Open SashaPshenychniy opened 5 years ago

SashaPshenychniy commented 5 years ago

Version 3.5 doesn't have such problem. I assume problem is related to FeatureToggle.Common package which depends on .NET Standard.Library even for .NET Framework target.