<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0-rc.2.21480.5" />

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 } }