<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0-preview2.19523.17" />

DefinitionUpdate

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