Skip to content

Commit

Permalink
chore(deps): update dependency ilrepack to v2.0.30 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent b0070c0 commit 76ebbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.11.0" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="ReactiveMarbles.RoslynHelpers" Version="1.1.1" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="ILRepack" Version="2.0.27" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="ILRepack" Version="2.0.30" GeneratePathProperty="true" PrivateAssets="all" />
</ItemGroup>

<Target Name="ILRepack" AfterTargets="Build">
Expand Down
2 changes: 1 addition & 1 deletion src/directory.packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="3.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
<PackageVersion Include="ReactiveMarbles.RoslynHelpers" Version="1.1.1" />
<PackageVersion Include="ILRepack" Version="2.0.28" />
<PackageVersion Include="ILRepack" Version="2.0.30" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 76ebbd4

Please sign in to comment.