Skip to content

Commit

Permalink
test:Dotty instrumentation library updates for 2025-Jan-01
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot committed Jan 1, 2025
1 parent b7280be commit e09b988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.33" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.404.5" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.404.11" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.34.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="EnyimMemcachedCore" Version="3.3.1" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="EnyimMemcachedCore" Version="3.3.1" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="EnyimMemcachedCore" Version="3.3.2" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="EnyimMemcachedCore" Version="3.3.2" Condition="'$(TargetFramework)' == 'net9.0'" />
</ItemGroup>

</Project>

0 comments on commit e09b988

Please sign in to comment.