<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.UriFormat

public enum UriFormat
namespace System { public enum UriFormat { SafeUnescaped = 3, Unescaped = 2, UriEscaped = 1 } }