Skip to content

Commit c8e413d

Browse files
committed
assemblyIdentity element in app.manifest is now considered to be a terminal node
1 parent d59c5ec commit c8e413d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Parser/Flavors/XmlFlavorForManifest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public sealed class XmlFlavorForManifest : XmlFlavor
1111
private static readonly HashSet<string> NonTerminalNodeNames = new HashSet<string>
1212
{
1313
ElementNames.Assembly,
14-
ElementNames.AssemblyIdentity,
1514
ElementNames.Dependency,
1615
ElementNames.DependentAssembly,
1716
ElementNames.File,

0 commit comments

Comments
 (0)