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

System.ComponentModel.DescriptionAttribute

namespace System.ComponentModel { public class DescriptionAttribute : Attribute { public static readonly DescriptionAttribute Default; public virtual string Description { get; } protected string DescriptionValue { get; set; } public DescriptionAttribute(); public DescriptionAttribute(string description); } }