<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-rc1.19456.4" />

ConfigurationUserLevel

Used to specify which configuration file is to be represented by the Configuration object.
namespace System.Configuration { public enum ConfigurationUserLevel { None = 0, PerUserRoaming = 10, PerUserRoamingAndLocal = 20 } }