<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />

ClientSettingsStore

sealed class ClientSettingsStore
This class abstracts the details of config system away from the LocalFileSettingsProvider. It talks to the configuration API and the relevant Sections to read and write settings. It understands sections of type ClientSettingsSection. NOTE: This API supports reading from app.exe.config and user.config, but writing only to user.config.