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

IInternalConfigHostPaths

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