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

System.Net.NetworkInformation.ScopeLevel

public enum ScopeLevel
namespace System.Net.NetworkInformation { public enum ScopeLevel { Admin = 4, Global = 14, Interface = 1, Link = 2, None = 0, Organization = 8, Site = 5, Subnet = 3 } }