<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0-preview.2.22152.2" />

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; } } }