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

System.Xml.XmlOutputMethod

public enum XmlOutputMethod
namespace System.Xml { public enum XmlOutputMethod { AutoDetect = 3, Html = 1, Text = 2, Xml = 0 } }