<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0-rc.2.20475.5" />
System.Runtime.Versioning.OSPlatformAttribute
namespace System.
Runtime.
Versioning
{
internal abstract class OSPlatformAttribute :
Attribute
{
public string PlatformName { get; }
}
}