<PackageReference Include="System.Security.AccessControl" Version="6.0.0-preview.2.21154.6" />
System.Runtime.Versioning.OSPlatformAttribute
namespace System.
Runtime.
Versioning
{
internal abstract class OSPlatformAttribute :
Attribute
{
public string PlatformName { get; }
}
}