<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Net.NetworkInformation.DuplicateAddressDetectionState

namespace System.Net.NetworkInformation { public enum DuplicateAddressDetectionState { Deprecated = 3, Duplicate = 2, Invalid = 0, Preferred = 4, Tentative = 1 } }