<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0-preview2.19523.17" />

IInternalConfigHostPaths

namespace System.Configuration.Internal { internal interface IInternalConfigHostPaths { bool HasLocalConfig { get; } bool HasRoamingConfig { get; } bool IsAppConfigHttp { get; } void RefreshConfigPaths(); } }