<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />

System.ServiceModel.Channels.UriEx

class UriEx
namespace System.ServiceModel.Channels { internal class UriEx { public const string UriSchemeHttp = "http"; public const string UriSchemeHttps = "https"; public const string UriSchemeNetTcp = "net.tcp"; public UriEx(); } }