<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0-preview.8.20407.11" />
System.Runtime.Versioning.OSPlatformAttribute
namespace System.
Runtime.
Versioning
{
internal abstract class OSPlatformAttribute :
Attribute
{
public string PlatformName { get; }
}
}