<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.2.26159.112" />

System.Configuration.Internal.IInternalConfigHostPaths

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