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

Duplicate reference System.Xml.Reader.Writer.dll

phuonganguyen opened this issue · comments

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