We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b21c0 commit 90d0e90Copy full SHA for 90d0e90
1 file changed
README.md
@@ -17,9 +17,9 @@ You just need to install NuGet package to merge all your project dependencies. I
17
### Example "ILRepack.targets"
18
19
```xml
20
-<!-- ILRepack -->
21
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <!-- ILRepack -->
23
<Target Name="ILRepacker" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
24
25
<ItemGroup>
0 commit comments