<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.0-preview.3.25171.5" />

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