xdt transforms by a child node attribute
问题 I'm trying to create transform that will remove a node by it child node based on this answer without success so that: <?xml version="1.0"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Net.Http" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/> <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Net.Http1"