<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.7.25380.108" />

System.Configuration.DefaultSection

public sealed class DefaultSection : ConfigurationSection
Represents a basic configuration-section handler that exposes the configuration section's XML for both read and write access.
namespace System.Configuration { public sealed class DefaultSection : ConfigurationSection { public DefaultSection(); } }