Skip to content

Commit

Permalink
Parse .csproj as XML
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Apr 5, 2024
1 parent 4159303 commit 210ace7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rewrite-xml/src/main/java/org/openrewrite/xml/XmlParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public boolean accept(Path path) {
p.endsWith(".xslt") ||
p.endsWith(".tld") ||
p.endsWith(".xjb") ||
p.endsWith(".jsp");
p.endsWith(".jsp") ||
p.endsWith(".csproj");
}

@Override
Expand Down

0 comments on commit 210ace7

Please sign in to comment.