System.Runtime.Versioning.SupportedOSPlatformAttribute
namespace System.Runtime.Versioning
{
internal sealed class SupportedOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute
{
public SupportedOSPlatformAttribute(string platformName);
}
}