Skip to content

Commit

Permalink
test: Dotty instrumentation library updates for 2025-Jan-15 (#2951)
Browse files Browse the repository at this point in the history
Co-authored-by: Marty T <[email protected]>
  • Loading branch information
dotnet-agent-team-bot and tippmar-nr authored Jan 21, 2025
1 parent 7c42b33 commit 6235023
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.76" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.2" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.79" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.5" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.34.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</PropertyGroup>

<ItemGroup> <!-- retain alphabetical order please! -->
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.17" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.17" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="AWSSDK.Lambda" Version="3.7.405.10" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.405.10" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.10" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.10" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand Down Expand Up @@ -38,14 +38,14 @@
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand Down Expand Up @@ -75,7 +75,7 @@

<!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version -->
<PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NServiceBus" Version="9.2.3" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="NServiceBus" Version="9.2.4" Condition="'$(TargetFramework)' == 'net9.0'" />

<!-- modern oracle only supports net472+ and net6.0+ -->
<PackageReference Include="Oracle.ManagedDataAccess" Version="23.7.0" Condition="'$(TargetFramework)' == 'net481'" />
Expand Down

0 comments on commit 6235023

Please sign in to comment.