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

Convert .net core to .net standard #173

Open jcdekoning opened 4 years ago

jcdekoning commented 4 years ago

Hi Jason,

I am trying to convert some project libraries to .Net standard 2.0. The problem is that this is not possible for the libraries using FeatureToggle. While FeatureToggle supports .Net core, you cannot use these within a .Net standard project.

I created this PR whereby I converted the .Net Core FeatureToggle library to .Net standard.

Maybe you can have a look at it and if possible publish a new version?