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

System.Configuration.Internal.IInternalConfigConfigurationFactory

namespace System.Configuration.Internal { public interface IInternalConfigConfigurationFactory { Configuration Create(Type typeConfigHost, params object[] hostInitConfigurationParams); string NormalizeLocationSubPath(string subPath, IConfigErrorInfo errorInfo); } } namespace System.Configuration.Internal { public delegate void InternalConfigEventHandler (object sender, InternalConfigEventArgs e); }