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

System.Xml.Serialization.XmlTextAttribute

public class XmlTextAttribute : Attribute
namespace System.Xml.Serialization { public class XmlTextAttribute : Attribute { public string DataType { get; set; } public Type Type { get; set; } public XmlTextAttribute(); public XmlTextAttribute(Type type); } }