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

System.Configuration.SettingAttribute

public class SettingAttribute : Attribute
Represents a custom settings attribute used to associate settings information with a settings property.
namespace System.Configuration { public class SettingAttribute : Attribute { public SettingAttribute(); } }