<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.3.23174.8" />

DefinitionUpdate

sealed class DefinitionUpdate : Update
namespace System.Configuration { internal sealed class DefinitionUpdate : Update { internal SectionRecord SectionRecord { get; } internal DefinitionUpdate(string configKey, bool moved, string updatedXml, SectionRecord sectionRecord) : base(configKey, moved, updatedXml) { SectionRecord = sectionRecord; } } }