<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-preview.8.20407.11" />

RemovedInOSPlatformAttribute

namespace System.Runtime.Versioning { [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event, AllowMultiple = true, Inherited = false)] internal sealed class RemovedInOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute { public RemovedInOSPlatformAttribute(string platformName) : base(platformName) { } } }