<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.2.23128.3" />

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.