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