<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-preview.2.22152.2" />

IInternalConfigSystem

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