<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-rc.1.23419.4" />

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