Skip to content

Commit 183098b

Browse files
test: Dotty instrumentation library updates for 2025-Jun-01 (#3143)
Co-authored-by: Alex Hemsath <57361211+nr-ahemsath@users.noreply.github.com>
1 parent cc8e451 commit 183098b

4 files changed

Lines changed: 21 additions & 24 deletions

File tree

tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<None Include="local.settings.json" />
2626
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
2727
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
28-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
28+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
2929
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.22.1" />
3030
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.2" />
31-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.1" />
31+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.4" />
3232
</ItemGroup>
3333
<ItemGroup>
3434
<None Update="host.json">

tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<DockerfileContext>.</DockerfileContext>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.2.1" />
9-
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.1" />
10-
<PackageReference Include="AWSSDK.S3" Version="4.0.0.3" />
8+
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.2.3" />
9+
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.1.2" />
10+
<PackageReference Include="AWSSDK.S3" Version="4.0.1.1" />
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1313
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
1414
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="AWSSDK.SQS" Version="4.0.0.2" />
19-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.0.4" />
18+
<PackageReference Include="AWSSDK.SQS" Version="4.0.0.4" />
19+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.1" />
2020
<PackageReference Include="NewRelic.Agent.Api" Version="10.41.0" />
2121
</ItemGroup>
2222
</Project>
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
32
<PropertyGroup>
43
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
54
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
65
<DockerfileContext>.</DockerfileContext>
76
</PropertyGroup>
8-
97
<ItemGroup>
108
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
11-
<PackageReference Include="EnyimMemcachedCore" Version="3.3.2" Condition="'$(TargetFramework)' == 'net8.0'" />
12-
<PackageReference Include="EnyimMemcachedCore" Version="3.3.2" Condition="'$(TargetFramework)' == 'net9.0'" />
9+
<PackageReference Include="EnyimMemcachedCore" Version="3.4.0" Condition="'$(TargetFramework)' == 'net8.0'" />
10+
<PackageReference Include="EnyimMemcachedCore" Version="3.4.0" Condition="'$(TargetFramework)' == 'net9.0'" />
1311
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61">
1412
<PrivateAssets>all</PrivateAssets>
1513
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1614
</PackageReference>
1715
</ItemGroup>
18-
1916
</Project>

tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<!-- retain alphabetical order please! -->
7-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net481'" />
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
7+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net481'" />
8+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net9.0'" />
99
<PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net481'" />
1010
<PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
11-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net481'" />
12-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
11+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net481'" />
12+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.4" Condition="'$(TargetFramework)' == 'net9.0'" />
1313
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" Condition="'$(TargetFramework)' == 'net481'" />
1414
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" Condition="'$(TargetFramework)' == 'net9.0'" />
1515
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" Condition="'$(TargetFramework)' == 'net481'" />
@@ -30,8 +30,8 @@
3030
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
3131
<PackageReference Include="MassTransit" Version="8.4.1" Condition="'$(TargetFramework)' == 'net481'" />
3232
<PackageReference Include="MassTransit" Version="8.4.1" Condition="'$(TargetFramework)' == 'net9.0'" />
33-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.50.0" Condition="'$(TargetFramework)' == 'net481'" />
34-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.50.0" Condition="'$(TargetFramework)' == 'net9.0'" />
33+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.51.0" Condition="'$(TargetFramework)' == 'net481'" />
34+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.51.0" Condition="'$(TargetFramework)' == 'net9.0'" />
3535
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" Condition="'$(TargetFramework)' == 'net481'" />
3636
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
3737
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" Condition="'$(TargetFramework)' == 'net481'" />
@@ -51,10 +51,10 @@
5151
<!-- required by Microsoft.Azure.Cosmos -->
5252
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net481'" />
5353
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
54-
<PackageReference Include="NLog" Version="5.4.0" Condition="'$(TargetFramework)' == 'net481'" />
55-
<PackageReference Include="NLog" Version="5.4.0" Condition="'$(TargetFramework)' == 'net9.0'" />
56-
<PackageReference Include="NLog.Extensions.Logging" Version="5.4.0" Condition="'$(TargetFramework)' == 'net481'" />
57-
<PackageReference Include="NLog.Extensions.Logging" Version="5.4.0" Condition="'$(TargetFramework)' == 'net9.0'" />
54+
<PackageReference Include="NLog" Version="5.5.0" Condition="'$(TargetFramework)' == 'net481'" />
55+
<PackageReference Include="NLog" Version="5.5.0" Condition="'$(TargetFramework)' == 'net9.0'" />
56+
<PackageReference Include="NLog.Extensions.Logging" Version="5.5.0" Condition="'$(TargetFramework)' == 'net481'" />
57+
<PackageReference Include="NLog.Extensions.Logging" Version="5.5.0" Condition="'$(TargetFramework)' == 'net9.0'" />
5858
<!-- npgsql is on version 8, but we don't (currently) support it -->
5959
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net481'" />
6060
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net9.0'" />
@@ -75,8 +75,8 @@
7575
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net9.0'" />
7676
<!-- Latest version of RestSharp to test against. Relies on HttpClient instrumentation. -->
7777
<PackageReference Include="RestSharp" Version="112.1.0" Condition="'$(TargetFramework)' == 'net481'" />
78-
<PackageReference Include="Serilog" Version="4.2.0" Condition="'$(TargetFramework)' == 'net481'" />
79-
<PackageReference Include="Serilog" Version="4.2.0" Condition="'$(TargetFramework)' == 'net9.0'" />
78+
<PackageReference Include="Serilog" Version="4.3.0" Condition="'$(TargetFramework)' == 'net481'" />
79+
<PackageReference Include="Serilog" Version="4.3.0" Condition="'$(TargetFramework)' == 'net9.0'" />
8080
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" />
8181
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
8282
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" />

0 commit comments

Comments
 (0)