This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Commit 41e4fe2
committed
Strip unnecessary xmlns during merge
This should fix #121
The problem was when we emitted xml elements to be merged into the .targets file, the emit caused xmlns attributes to be added to each element. While I think this is valid XML, it was causing errors when the packages were used with packages.config files.
This strips out all the xmlns attributes from the items being merged in, and should fix the issue.1 parent a13f6e0 commit 41e4fe2
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
4 | 19 | | |
5 | 20 | | |
6 | 21 | | |
| |||
28 | 43 | | |
29 | 44 | | |
30 | 45 | | |
| 46 | + | |
31 | 47 | | |
32 | 48 | | |
33 | 49 | | |
| |||
0 commit comments