Skip to content

Commit

Permalink
chore(deps): bump ILRepack (#2561)
Browse files Browse the repository at this point in the history
Bumps the nuget group in /src/Agent/NewRelic/Agent/Core with 1 update: [ILRepack](https://github.com/gluck/il-repack).


Updates `ILRepack` from 2.0.33 to 2.0.34
- [Release notes](https://github.com/gluck/il-repack/releases)
- [Changelog](https://github.com/gluck/il-repack/blob/master/CHANGELOG.md)
- [Commits](gluck/il-repack@2.0.33...2.0.34)

---
updated-dependencies:
- dependency-name: ILRepack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 297f57d commit 14e2e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Agent/NewRelic/Agent/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="Serilog.Sinks.EventLog" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="ILRepack" Version="2.0.33">
<PackageReference Include="ILRepack" Version="2.0.34">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ILRepack" Version="2.0.33">
<PackageReference Include="ILRepack" Version="2.0.34">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 14e2e1f

Please sign in to comment.