<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25451.107" />

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