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

Duplicate reference System.Xml.Reader.Writer.dll #150

Open phuonganguyen opened 6 years ago

phuonganguyen commented 6 years ago

Hi @jason-roberts, I have install the package FeatureToggle v4.0.2 to my MVC project, which has target framework is .NET 4.6.1. But I found the issue: Severity Code Description Project File Line Suppression State Error CS1703 Multiple assemblies with equivalent identity have been imported: '..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll' and 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.1\Facades\System.Xml.ReaderWriter.dll'. Remove one of the duplicate references. Please help me review this. Thanks