<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />

System.Runtime.Versioning.OSPlatformAttribute

abstract class OSPlatformAttribute : Attribute
Base type for all platform-specific API attributes.
namespace System.Runtime.Versioning { internal abstract class OSPlatformAttribute : Attribute { public string PlatformName { get; } } }