<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.1.26104.118" />

System.Configuration.NameValueSectionHandler

Provides name/value-pair configuration information from a configuration section.
namespace System.Configuration { public class NameValueSectionHandler : IConfigurationSectionHandler { protected virtual string KeyAttributeName { get; } protected virtual string ValueAttributeName { get; } public object Create(object parent, object context, XmlNode section); public NameValueSectionHandler(); } }