Skip to content

Commit 8c70ed2

Browse files
chore(deps): bump the nuget-agent group across 2 directories with 4 updates (#3054)
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 3 updates in the /src/Agent/NewRelic/Agent/Core directory: [ILRepack](https://github.com/gluck/il-repack), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [System.Threading.Tasks.Extensions](https://github.com/dotnet/maintenance-packages). Updates `NewRelic.Agent.Api` from 10.38.0 to 10.39.0 - [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases) - [Commits](v10.38.0...v10.39.0) Updates `ILRepack` from 2.0.40 to 2.0.41 - [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.40...2.0.41) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.6.2 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/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 - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-agent - dependency-name: System.Threading.Tasks.Extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32c7e37 commit 8c70ed2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/Dotty/Dotty.csproj

Lines changed: 1 addition & 1 deletion
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.38.0" />
9+
<PackageReference Include="NewRelic.Agent.Api" Version="10.39.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

Lines changed: 2 additions & 2 deletions
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.6.1" />
53-
<PackageReference Include="ILRepack" Version="2.0.40">
53+
<PackageReference Include="ILRepack" Version="2.0.41">
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
@@ -70,7 +70,7 @@
7070
<!-- .NET Framework needs to use the legacy gRPC library -->
7171
<PackageReference Include="Grpc" Version="2.46.6" />
7272
<PackageReference Include="Grpc.Core" Version="2.46.6" />
73-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.1" />
73+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.2" />
7474
</ItemGroup>
7575

7676
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

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

Lines changed: 1 addition & 1 deletion
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.40">
23+
<PackageReference Include="ILRepack" Version="2.0.41">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)