jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET

Home Page:http://dontcodetired.com/blog/?tag=/featuretoggle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to 4.7.2?

jason-roberts opened this issue · comments

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?