<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.1.26104.118" />

System.Runtime.Versioning.UnsupportedOSPlatformAttribute

namespace System.Runtime.Versioning { internal sealed class UnsupportedOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute { public string Message { get; } public UnsupportedOSPlatformAttribute(string platformName); public UnsupportedOSPlatformAttribute(string platformName, string message); } }