<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.2.26159.112" />

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(); } }