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

System.Xml.Linq.XComment

public class XComment : XNode
namespace System.Xml.Linq { public class XComment : XNode { public string Value { get; set; } public XComment(string value); public XComment(XComment other); } }