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

System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption

namespace System.ComponentModel.DataAnnotations.Schema { public enum DatabaseGeneratedOption { None, Identity, Computed } }