Workarond type collision
Fixes compilation error "The type 'XmlNode' exists in both 'System.Xml.ReaderWriter, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Xml.XmlDocument, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'"
This commit is contained in:
parent
2b50ec99df
commit
a42006d295
|
|
@ -30,7 +30,8 @@
|
|||
"version": "1.2.0-*",
|
||||
"type": "platform"
|
||||
},
|
||||
"System.Diagnostics.TraceSource": "4.4.0-*"
|
||||
"System.Diagnostics.TraceSource": "4.4.0-*",
|
||||
"System.Xml.XmlDocument": "4.4.0-*"
|
||||
}
|
||||
},
|
||||
"net451": {}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
"version": "1.2.0-*",
|
||||
"type": "platform"
|
||||
},
|
||||
"System.Diagnostics.TraceSource": "4.4.0-*"
|
||||
"System.Diagnostics.TraceSource": "4.4.0-*",
|
||||
"System.Xml.XmlDocument": "4.4.0-*"
|
||||
}
|
||||
},
|
||||
"net451": {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue