Skip to content

Commit 90d0e90

Browse files
authored
Fixed XML parsing for ILRepack.targets in README.md (#38)
This moves the comment down to fix the XML parsing inside Visual Studio.
1 parent e4b21c0 commit 90d0e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You just need to install NuGet package to merge all your project dependencies. I
1717
### Example "ILRepack.targets"
1818

1919
```xml
20-
<!-- ILRepack -->
2120
<?xml version="1.0" encoding="utf-8" ?>
2221
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22+
<!-- ILRepack -->
2323
<Target Name="ILRepacker" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)