Skip to content

Commit

Permalink
chore: Update latest tested versions for core tech packages (#2693)
Browse files Browse the repository at this point in the history
Update core tech package refs
  • Loading branch information
nr-ahemsath authored Aug 14, 2024
1 parent aa10bde commit 45f38f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.3" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.4" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.26.0" />
</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.401.3" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.401.3" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.401.4" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.401.4" Condition="'$(TargetFramework)' == 'net8.0'" />

<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.8" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.8" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.0" Condition="'$(TargetFramework)' == 'net8.0'" />

<PackageReference Include="Elasticsearch.Net" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elasticsearch.Net" Version="7.17.5" Condition="'$(TargetFramework)' == 'net8.0'" />
Expand Down

0 comments on commit 45f38f7

Please sign in to comment.