<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0-preview.6.24327.7" />

OSPlatformAttribute

abstract class OSPlatformAttribute : Attribute
namespace System.Runtime.Versioning { internal abstract class OSPlatformAttribute : Attribute { public string PlatformName { get; } private protected OSPlatformAttribute(string platformName) { PlatformName = platformName; } } }