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

SettingAttribute

public class SettingAttribute : Attribute
Use this attribute to mark properties on a settings class that are to be treated as settings. ApplicationSettingsBase will ignore all properties not marked with this or a derived attribute.