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

System.Configuration.UserScopedSettingAttribute

Specifies that an application settings group or property contains distinct values for each user of an application. This class cannot be inherited.
namespace System.Configuration { public sealed class UserScopedSettingAttribute : SettingAttribute { public UserScopedSettingAttribute(); } }