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

System.Configuration.AppSettingsReader

public class AppSettingsReader
Provides a method for reading values of a particular type from the configuration.
namespace System.Configuration { public class AppSettingsReader { public AppSettingsReader(); public object GetValue(string key, Type type); } }