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