<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-preview.2.25163.2" />

ConfigurationManager

Represents a mutable configuration object.
public string this[string key] { get; set; }

Creates an empty mutable configuration object that is both an IConfigurationBuilder and an IConfigurationRoot.

public void Dispose()

public IConfigurationSection GetSection(string key)