<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.0-rc.2.25502.107" />
System.Runtime.Versioning.OSPlatformAttribute
namespace System.
Runtime.
Versioning
{
internal abstract class OSPlatformAttribute :
Attribute
{
public string PlatformName { get; }
}
}