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

System.Runtime.Serialization.DataMemberAttribute

public sealed class DataMemberAttribute : Attribute
namespace System.Runtime.Serialization { public sealed class DataMemberAttribute : Attribute { public bool EmitDefaultValue { get; set; } public bool IsNameSetExplicitly { get; } public bool IsRequired { get; set; } public string Name { get; set; } public int Order { get; set; } public DataMemberAttribute(); } }