Skip to content

Commit 8e53512

Browse files
chore(deps): bump the nuget-agent group across 2 directories with 3 updates (#2988)
Bumps the nuget-agent group with 1 update in the /build directory: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent). Bumps the nuget-agent group with 2 updates in the /src/Agent/NewRelic/Agent/Core directory: [ILRepack](https://github.com/gluck/il-repack) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). Updates `NewRelic.Agent.Api` from 10.35.0 to 10.36.0 - [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases) - [Commits](v10.35.0...v10.36.0) Updates `ILRepack` from 2.0.36 to 2.0.37 - [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.36...2.0.37) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: NewRelic.Agent.Api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent - dependency-name: ILRepack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-agent - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-agent ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19e8387 commit 8e53512

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scripts/nugetSlackNotifications/nugetSlackNotifications.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="NewRelic.Agent.Api" Version="10.35.0" />
9+
<PackageReference Include="NewRelic.Agent.Api" Version="10.36.0" />
1010
<PackageReference Include="Octokit" Version="14.0.0" />
1111
<PackageReference Include="Serilog" Version="4.2.0" />
1212
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />

src/Agent/NewRelic/Agent/Core/Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Serilog.Sinks.EventLog" Version="3.1.0" />
5151
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
5252
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
53-
<PackageReference Include="ILRepack" Version="2.0.36">
53+
<PackageReference Include="ILRepack" Version="2.0.37">
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>

src/Agent/NewRelic/Agent/Extensions/NewRelic.Agent.Extensions/NewRelic.Agent.Extensions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
23-
<PackageReference Include="ILRepack" Version="2.0.36">
23+
<PackageReference Include="ILRepack" Version="2.0.37">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)