Skip to content

Commit afbd3d4

Browse files
dotnet-agent-team-botnr-ahemsathtippmar-nr
authored
test: Dotty instrumentation library updates for 2025-Mar-15 (#3039)
Co-authored-by: Alex Hemsath <[email protected]> Co-authored-by: Marty T <[email protected]>
1 parent 564793f commit afbd3d4

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.104" />
18-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.31" />
19-
<PackageReference Include="NewRelic.Agent.Api" Version="10.37.0" />
17+
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.113" />
18+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.406.1" />
19+
<PackageReference Include="NewRelic.Agent.Api" Version="10.38.0" />
2020
</ItemGroup>
2121
</Project>

tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
11-
<PackageReference Include="NewRelic.Agent.Api" Version="10.37.0" />
11+
<PackageReference Include="NewRelic.Agent.Api" Version="10.38.0" />
1212
</ItemGroup>
1313

1414
</Project>

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup> <!-- retain alphabetical order please! -->
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.413.4" Condition="'$(TargetFramework)' == 'net481'" />
9-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.413.4" Condition="'$(TargetFramework)' == 'net9.0'" />
8+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.414.6" Condition="'$(TargetFramework)' == 'net481'" />
9+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.414.6" Condition="'$(TargetFramework)' == 'net9.0'" />
1010

1111
<PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" />
1212
<PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" />
@@ -32,23 +32,23 @@
3232
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net481'" />
3333
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
3434

35-
<PackageReference Include="MassTransit" Version="8.3.6" Condition="'$(TargetFramework)' == 'net481'" />
36-
<PackageReference Include="MassTransit" Version="8.3.6" Condition="'$(TargetFramework)' == 'net9.0'" />
35+
<PackageReference Include="MassTransit" Version="8.3.7" Condition="'$(TargetFramework)' == 'net481'" />
36+
<PackageReference Include="MassTransit" Version="8.3.7" Condition="'$(TargetFramework)' == 'net9.0'" />
3737

3838
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.47.2" Condition="'$(TargetFramework)' == 'net481'" />
3939
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.47.2" Condition="'$(TargetFramework)' == 'net9.0'" />
4040

4141
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" Condition="'$(TargetFramework)' == 'net481'" />
4242
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
4343

44-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" Condition="'$(TargetFramework)' == 'net481'" />
45-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
44+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" Condition="'$(TargetFramework)' == 'net481'" />
45+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
4646

47-
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.2" Condition="'$(TargetFramework)' == 'net481'" />
48-
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
47+
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.3" Condition="'$(TargetFramework)' == 'net481'" />
48+
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
4949

50-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" Condition="'$(TargetFramework)' == 'net481'" />
51-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
50+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" Condition="'$(TargetFramework)' == 'net481'" />
51+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
5252

5353
<PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net481'" />
5454
<PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net9.0'" />
@@ -113,11 +113,11 @@
113113
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" Condition="'$(TargetFramework)' == 'net481'" />
114114
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" Condition="'$(TargetFramework)' == 'net9.0'" />
115115

116-
<PackageReference Include="StackExchange.Redis" Version="2.8.24" Condition="'$(TargetFramework)' == 'net481'" />
117-
<PackageReference Include="StackExchange.Redis" Version="2.8.24" Condition="'$(TargetFramework)' == 'net9.0'" />
116+
<PackageReference Include="StackExchange.Redis" Version="2.8.31" Condition="'$(TargetFramework)' == 'net481'" />
117+
<PackageReference Include="StackExchange.Redis" Version="2.8.31" Condition="'$(TargetFramework)' == 'net9.0'" />
118118

119-
<PackageReference Include="System.Data.Odbc" Version="9.0.2" Condition="'$(TargetFramework)' == 'net481'" />
120-
<PackageReference Include="System.Data.Odbc" Version="9.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
119+
<PackageReference Include="System.Data.Odbc" Version="9.0.3" Condition="'$(TargetFramework)' == 'net481'" />
120+
<PackageReference Include="System.Data.Odbc" Version="9.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />
121121

122122
</ItemGroup>
123123
</Project>

0 commit comments

Comments
 (0)