Skip to content

Commit c341b9f

Browse files
test: Dotty instrumentation library updates for 2026-Apr-01
1 parent 73de305 commit c341b9f

6 files changed

Lines changed: 25 additions & 26 deletions

File tree

tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="3.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
2323
<!-- 2.1.0 is from August 2023. KinesisTimeWindowEvent not available until 2.1 -->
2424
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="2.1.0" Condition="'$(TargetFramework)' == 'net8.0'" />
25-
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="3.0.1" Condition="'$(TargetFramework)' == 'net10.0'" />
25+
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="3.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
2626
<!-- 2.0.0 is from March 2020 -->
2727
<PackageReference Include="Amazon.Lambda.KinesisFirehoseEvents" Version="2.3.1" Condition="'$(TargetFramework)' == 'net8.0'" />
2828
<PackageReference Include="Amazon.Lambda.KinesisFirehoseEvents" Version="2.3.1" Condition="'$(TargetFramework)' == 'net10.0'" />

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

Lines changed: 6 additions & 6 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.3" />
9-
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.3.16" />
10-
<PackageReference Include="AWSSDK.S3" Version="4.0.19" />
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" />
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.17" />
17-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.15.2" />
18-
<PackageReference Include="NewRelic.Agent.Api" Version="10.49.0" />
16+
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.21" />
17+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.17.4" />
18+
<PackageReference Include="NewRelic.Agent.Api" Version="10.50.0" />
1919
</ItemGroup>
2020
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="NewRelic.Agent.Api" Version="10.49.0" />
15+
<PackageReference Include="NewRelic.Agent.Api" Version="10.50.0" />
1616
</ItemGroup>
1717
</Project>

tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.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="EnyimMemcachedCore" Version="3.4.6" Condition="'$(TargetFramework)' == 'net8.0'" />
10-
<PackageReference Include="EnyimMemcachedCore" Version="3.4.6" Condition="'$(TargetFramework)' == 'net10.0'" />
9+
<PackageReference Include="EnyimMemcachedCore" Version="3.4.7" Condition="'$(TargetFramework)' == 'net8.0'" />
10+
<PackageReference Include="EnyimMemcachedCore" Version="3.4.7" 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/SmokeTestApp/SmokeTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="NewRelic.Agent.Api" Version="10.49.0" />
13+
<PackageReference Include="NewRelic.Agent.Api" Version="10.50.0" />
1414
</ItemGroup>
1515
</Project>

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

Lines changed: 14 additions & 15 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.3" Condition="'$(TargetFramework)' == 'net481'" />
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16.3" Condition="'$(TargetFramework)' == 'net10.0'" />
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'" />
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.12" Condition="'$(TargetFramework)' == 'net481'" />
12-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.12" 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'" />
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'" />
@@ -30,10 +30,10 @@
3030
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
3131
<PackageReference Include="MassTransit" Version="8.5.7" Condition="'$(TargetFramework)' == 'net481'" />
3232
<PackageReference Include="MassTransit" Version="8.5.7" Condition="'$(TargetFramework)' == 'net10.0'" />
33-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.1" Condition="'$(TargetFramework)' == 'net481'" />
34-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.1" Condition="'$(TargetFramework)' == 'net10.0'" />
35-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net481'" />
36-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net10.0'" />
33+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.58.0" Condition="'$(TargetFramework)' == 'net481'" />
34+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.58.0" Condition="'$(TargetFramework)' == 'net10.0'" />
35+
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" Condition="'$(TargetFramework)' == 'net481'" />
36+
<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'" />
3939
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
@@ -42,8 +42,8 @@
4242
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
4343
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
4444
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
45-
<PackageReference Include="MongoDB.Driver" Version="3.7.0" Condition="'$(TargetFramework)' == 'net481'" />
46-
<PackageReference Include="MongoDB.Driver" Version="3.7.0" Condition="'$(TargetFramework)' == 'net10.0'" />
45+
<PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net481'" />
46+
<PackageReference Include="MongoDB.Driver" Version="3.7.1" Condition="'$(TargetFramework)' == 'net10.0'" />
4747
<PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net481'" />
4848
<PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net10.0'" />
4949
<PackageReference Include="MySqlConnector" Version="2.5.0" Condition="'$(TargetFramework)' == 'net481'" />
@@ -53,8 +53,8 @@
5353
<!-- required by Microsoft.Azure.Cosmos -->
5454
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" Condition="'$(TargetFramework)' == 'net481'" />
5555
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
56-
<PackageReference Include="NLog" Version="6.1.1" Condition="'$(TargetFramework)' == 'net481'" />
57-
<PackageReference Include="NLog" Version="6.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
56+
<PackageReference Include="NLog" Version="6.1.2" Condition="'$(TargetFramework)' == 'net481'" />
57+
<PackageReference Include="NLog" Version="6.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
5858
<PackageReference Include="NLog.Extensions.Logging" Version="6.1.2" Condition="'$(TargetFramework)' == 'net481'" />
5959
<PackageReference Include="NLog.Extensions.Logging" Version="6.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
6060
<!-- npgsql is on version 8, but we don't (currently) support it -->
@@ -86,12 +86,11 @@
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.1" Condition="'$(TargetFramework)' == 'net481'" />
90-
<PackageReference Include="StackExchange.Redis" Version="2.12.1" 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'" />
9191
<PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net481'" />
9292
<PackageReference Include="System.Data.Odbc" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
9393
</ItemGroup>
94-
9594
<!-- gRPC references for .NET 10.0, easier to understand what's going on when they're in a separate group -->
9695
<ItemGroup>
9796
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.76.0" Condition="'$(TargetFramework)' == 'net10.0'" />

0 commit comments

Comments
 (0)