<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.7.20364.11" />

System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute

public sealed class ConcurrencyCheckAttribute : Attribute
Specifies that a property participates in optimistic concurrency checks.
namespace System.ComponentModel.DataAnnotations { public sealed class ConcurrencyCheckAttribute : Attribute { public ConcurrencyCheckAttribute(); } }