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

System.Reflection.EventAttributes

public enum EventAttributes
namespace System.Reflection { public enum EventAttributes { None = 0, ReservedMask = 1024, RTSpecialName = 1024, SpecialName = 512 } }