In case someone is looking for another answer. May occur (6/6/2018) due to the ambiguity of reinstalling the package between the respective NetStandard and .NET Framework namespaces.
The problem led to the upgrade of the third-party NetStandard package and required / installed the dependency System.Net.NetworkInformation
(I believe v4.3.0). Honestly, before this package everything worked fine, so I manually removed the dependency from CSPROJ and package.config of this main solution was added.
It is not clean, but it demonstrates the problem of NuGet or MSBuild, not admitting that they are in fact different assemblies and thus are considered duplicate links.
source share