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

System.Diagnostics.Tracing.EventSourceAttribute

public sealed class EventSourceAttribute : Attribute
namespace System.Diagnostics.Tracing { public sealed class EventSourceAttribute : Attribute { public string Guid { get; set; } public string LocalizationResources { get; set; } public string Name { get; set; } public EventSourceAttribute(); } }