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

Release assemblies strongly named so they can be used in projects that are strongly named #168

Open peSHIr opened 5 years ago

peSHIr commented 5 years ago

Currently I cannot use FeatureToggle 3.5.1 (by default, through NuGet) in my Framework 4.6 (=default framework version distributed with Windows 10) software project that has all its assemblies strongly named, because of error "CS8002: Referenced assembly 'FeatureToggle, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name."