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

Update to 4.7.2? #169

Open jason-roberts opened 5 years ago

jason-roberts commented 5 years ago

Hi Jason, I am interested in FeatureToggle and I tried it out. We have multiple projects in the solution and I tried adding the FeatureToggle only to one Project (Common) library which we use in each other project. When I call the feature class property FeatureEnabled, get following error: The type 'SimpleFeatureToggle' is defined in an assembly that is not referenced. You must add a reference to assembly 'FeatureToggle, Version=4.0.2.0, Culture=neutral, PublicKeyToken=null I read that this might be due to different target .NET framework: https://stackoverflow.com/a/40261826 Any advice? Also, is it possible to update the traget framework to .NET 4.7.2 in this case?