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

System.UriFormat

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