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

System.Configuration.ApplicationScopedSettingAttribute

Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.
namespace System.Configuration { public sealed class ApplicationScopedSettingAttribute : SettingAttribute { public ApplicationScopedSettingAttribute(); } }