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

System.Configuration.SimpleBitVector32

namespace System.Configuration { internal struct SimpleBitVector32 { internal bool this[int bit] { get; set; } } }