Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 29, 2025
1 parent 985eecc commit 6d53c22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@

## Installation

Install the package using the `NuGet` package manager or using `PackageReference`.

```xml
<PackageReference Include="ricaun.ILRepack" Version="*" />
<PackageReference Include="ricaun.ILRepack" Version="*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
```

By default the repack is enabled when the package is used, and all the dependencies is repack and removed from the output.
Expand Down

0 comments on commit 6d53c22

Please sign in to comment.