Skip to content

Commit

Permalink
Started adding tests on the for the project rewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 27, 2024
1 parent 71575ee commit 2f7333c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void ReOrderPropertyGroups(XmlDocument projectDocument, string filename)
Dictionary<string, XmlNode> orderedChildren = new(StringComparer.Ordinal);
bool replace = true;

foreach (XmlNode child in children)
foreach (XmlElement child in children)
{
string name = child.Name;

Expand Down

0 comments on commit 2f7333c

Please sign in to comment.