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

System.Runtime.CompilerServices.AccessedThroughPropertyAttribute

namespace System.Runtime.CompilerServices { public sealed class AccessedThroughPropertyAttribute : Attribute { public string PropertyName { get; } public AccessedThroughPropertyAttribute(string propertyName); } }