FeatureToggle icon indicating copy to clipboard operation
FeatureToggle copied to clipboard

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

Open peSHIr opened this issue 6 years ago • 0 comments

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."

peSHIr avatar May 06 '19 09:05 peSHIr