<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.Xml.Serialization.XmlIncludeAttribute
namespace System.
Xml.
Serialization
{
public class XmlIncludeAttribute :
Attribute
{
public Type Type { get; set; }
public XmlIncludeAttribute(
Type type);
}
}