<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0-preview1-25914-04" />

IInternalConfigSystem

public interface IInternalConfigSystem
namespace System.Configuration.Internal { public interface IInternalConfigSystem { bool SupportsUserConfig { get; } object GetSection(string configKey); void RefreshConfig(string sectionName); } }