<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0-preview.2.21154.6" />

IInternalConfigSystem

public interface IInternalConfigSystem
Defines an interface used by the .NET Framework to initialize application configuration properties.
namespace System.Configuration.Internal { public interface IInternalConfigSystem { bool SupportsUserConfig { get; } object GetSection(string configKey); void RefreshConfig(string sectionName); } }