<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.ComponentModel.ProvidePropertyAttribute

public sealed class ProvidePropertyAttribute : Attribute
namespace System.ComponentModel { public sealed class ProvidePropertyAttribute : Attribute { public string PropertyName { get; } public string ReceiverTypeName { get; } public ProvidePropertyAttribute(string propertyName, string receiverTypeName); public ProvidePropertyAttribute(string propertyName, Type receiverType); } }