<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-rc.2.20475.5" />

System.ComponentModel.DataAnnotations.PhoneAttribute

public sealed class PhoneAttribute : DataTypeAttribute
Specifies that a data field value is a well-formed phone number.
namespace System.ComponentModel.DataAnnotations { public sealed class PhoneAttribute : DataTypeAttribute { public PhoneAttribute(); } }