Skip to content

Commit

Permalink
Fixed XML parsing for ILRepack.targets in README.md (#38)
Browse files Browse the repository at this point in the history
This moves the comment down to fix the XML parsing inside Visual Studio.
  • Loading branch information
aminya authored Jan 2, 2024
1 parent e4b21c0 commit 90d0e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ You just need to install NuGet package to merge all your project dependencies. I
### Example "ILRepack.targets"

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

<ItemGroup>
Expand Down

0 comments on commit 90d0e90

Please sign in to comment.