Skip to content

Commit

Permalink
chore: Update latest tested versions of core tech, week of 2024-09-16 (
Browse files Browse the repository at this point in the history
…#2771)

* Minor core tech version bumps

* Major log4net version bump

* Revert "Major log4net version bump"

This reverts commit b05532d.
  • Loading branch information
nr-ahemsath authored Sep 17, 2024
1 parent d48a751 commit 80cf9ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.19" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.20" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.26.0" />
</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.403.4" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.4" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.8" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.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'" />
Expand Down Expand Up @@ -53,8 +53,8 @@
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net8.0'" />

<PackageReference Include="NLog" Version="5.3.3" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NLog" Version="5.3.3" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="NLog" Version="5.3.4" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NLog" Version="5.3.4" Condition="'$(TargetFramework)' == 'net8.0'" />

<PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" Condition="'$(TargetFramework)' == 'net8.0'" />
Expand All @@ -65,7 +65,7 @@

<!-- NServiceBus v9+ only supports .NET8+, so constraint FW target to the latest 8.x version -->
<PackageReference Include="NServiceBus" Version="8.2.2" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NServiceBus" Version="9.1.1" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="NServiceBus" Version="9.2.2" Condition="'$(TargetFramework)' == 'net8.0'" />


<!-- modern oracle only supports net472+ and net6.0+ -->
Expand Down

0 comments on commit 80cf9ef

Please sign in to comment.