Skip to content

Commit

Permalink
test: Dotty instrumentation library updates for 2025-Jan-15
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot committed Jan 15, 2025
1 parent 2ff139d commit 15050f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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,8 +5,8 @@
</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="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 @@ -35,14 +35,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 @@ -72,7 +72,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 15050f6

Please sign in to comment.