<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-rc.1.22426.10" />

IInternalConfigHostPaths

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