Skip to content

Commit a3623c4

Browse files
test: Dotty instrumentation library updates for 2026-Apr-15 (#3542)
1 parent f4c70cb commit a3623c4

6 files changed

Lines changed: 27 additions & 27 deletions

File tree

tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiLambdaApplication/AspNetCoreWebApiLambdaApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
<ItemGroup>
2525
<ProjectReference Include="..\..\ApplicationHelperLibraries\ApplicationLifecycle\ApplicationLifecycle.csproj" />
2626
</ItemGroup>
27-
</Project>
27+
</Project>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<DockerfileContext>.</DockerfileContext>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.8.7" />
9-
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.3.20" />
10-
<PackageReference Include="AWSSDK.S3" Version="4.0.20.1" />
8+
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.8.11" />
9+
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.3.24" />
10+
<PackageReference Include="AWSSDK.S3" Version="4.0.21.1" />
1111
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
1212
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.21" />
17-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.17.4" />
16+
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.25" />
17+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.17.8" />
1818
<PackageReference Include="NewRelic.Agent.Api" Version="10.50.0" />
1919
</ItemGroup>
2020
</Project>

tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
9-
<PackageReference Include="Confluent.Kafka" Version="2.13.2" Condition="'$(TargetFramework)' == 'net8.0'" />
10-
<PackageReference Include="Confluent.Kafka" Version="2.13.2" Condition="'$(TargetFramework)' == 'net10.0'" />
9+
<PackageReference Include="Confluent.Kafka" Version="2.14.0" Condition="'$(TargetFramework)' == 'net8.0'" />
10+
<PackageReference Include="Confluent.Kafka" Version="2.14.0" Condition="'$(TargetFramework)' == 'net10.0'" />
1111
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/Agent/IntegrationTests/ContainerApplications/MassTransitTestApp/MassTransitTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<PackageReference Include="MassTransit.RabbitMQ" Version="8.5.8" Condition="'$(TargetFramework)' == 'net10.0'"/>
1212
<PackageReference Include="NewRelic.Agent.Api" Version="10.50.0" />
1313
</ItemGroup>
14-
</Project>
14+
</Project>

tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
99
<PackageReference Include="EnyimMemcachedCore" Version="2.1.9" Condition="'$(TargetFramework)' == 'net8.0'" />
10-
<PackageReference Include="EnyimMemcachedCore" Version="3.4.7" Condition="'$(TargetFramework)' == 'net10.0'" />
10+
<PackageReference Include="EnyimMemcachedCore" Version="3.5.0" Condition="'$(TargetFramework)' == 'net10.0'" />
1111
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

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

Lines changed: 17 additions & 17 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.16.7" Condition="'$(TargetFramework)' == 'net481'" />
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16.7" Condition="'$(TargetFramework)' == 'net10.0'" />
7+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.17.3" Condition="'$(TargetFramework)' == 'net481'" />
8+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.17.3" Condition="'$(TargetFramework)' == 'net10.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)' == 'net10.0'" />
11-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.16" Condition="'$(TargetFramework)' == 'net481'" />
12-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.16" Condition="'$(TargetFramework)' == 'net10.0'" />
11+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.20" Condition="'$(TargetFramework)' == 'net481'" />
12+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.20" Condition="'$(TargetFramework)' == 'net10.0'" />
1313
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" Condition="'$(TargetFramework)' == 'net481'" />
1414
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" Condition="'$(TargetFramework)' == 'net10.0'" />
1515
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" Condition="'$(TargetFramework)' == 'net481'" />
@@ -36,12 +36,12 @@
3636
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
3737
<PackageReference Include="Microsoft.Extensions.AI" Version="10.3.0" Condition="'$(TargetFramework)' == 'net10.0'" />
3838
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.3.0" Condition="'$(TargetFramework)' == 'net10.0'" />
39-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
40-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
41-
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
42-
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
43-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
44-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
39+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" />
40+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" />
41+
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" />
42+
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" />
43+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" />
44+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" />
4545
<PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net481'" />
4646
<PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net10.0'" />
4747
<PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net481'" />
@@ -62,16 +62,16 @@
6262
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net10.0'" />
6363
<!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version -->
6464
<PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" />
65-
<PackageReference Include="NServiceBus" Version="10.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
65+
<PackageReference Include="NServiceBus" Version="10.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
6666
<!--OpenAI -->
6767
<PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net481'" />
6868
<PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net10.0'" />
6969
<!-- OpenSearch -->
7070
<PackageReference Include="OpenSearch.Client" Version="1.8.0" Condition="'$(TargetFramework)' == 'net481'" />
7171
<PackageReference Include="OpenSearch.Client" Version="1.8.0" Condition="'$(TargetFramework)' == 'net10.0'" />
7272
<!-- modern oracle only supports net472+ and net6.0+ -->
73-
<PackageReference Include="Oracle.ManagedDataAccess" Version="23.26.100" Condition="'$(TargetFramework)' == 'net481'" />
74-
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.26.100" Condition="'$(TargetFramework)' == 'net10.0'" />
73+
<PackageReference Include="Oracle.ManagedDataAccess" Version="23.26.200" Condition="'$(TargetFramework)' == 'net481'" />
74+
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.26.200" Condition="'$(TargetFramework)' == 'net10.0'" />
7575
<!-- RabbitMQ v8+ only supports .NET+, so constrain FW target to the latest 6.x version -->
7676
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net481'" />
7777
<PackageReference Include="RabbitMQ.Client" Version="7.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
@@ -86,10 +86,10 @@
8686
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
8787
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" Condition="'$(TargetFramework)' == 'net481'" />
8888
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
89-
<PackageReference Include="StackExchange.Redis" Version="2.12.8" Condition="'$(TargetFramework)' == 'net481'" />
90-
<PackageReference Include="StackExchange.Redis" Version="2.12.8" Condition="'$(TargetFramework)' == 'net10.0'" />
91-
<PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
92-
<PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
89+
<PackageReference Include="StackExchange.Redis" Version="2.12.14" Condition="'$(TargetFramework)' == 'net481'" />
90+
<PackageReference Include="StackExchange.Redis" Version="2.12.14" Condition="'$(TargetFramework)' == 'net10.0'" />
91+
<PackageReference Include="System.Data.Odbc" Version="10.0.6" Condition="'$(TargetFramework)' == 'net481'" />
92+
<PackageReference Include="System.Data.Odbc" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" />
9393
</ItemGroup>
9494
<!-- gRPC references for .NET 10.0, easier to understand what's going on when they're in a separate group -->
9595
<ItemGroup>

0 commit comments

Comments
 (0)