Skip to content

Commit

Permalink
chore: core tech updates 2024-06-14 (#2557)
Browse files Browse the repository at this point in the history
* Update MongoDB.Driver to 2.26.0

* Update Elastic.Clients.Elasticsearch to 8.14.2
  • Loading branch information
nr-ahemsath committed Jun 14, 2024
1 parent d51a54c commit a6c4e74
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
<PackageReference Include="MongoDB.Driver" Version="2.3.0" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="MongoDB.Driver" Version="2.14.1" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="MongoDB.Driver" Version="2.17.1" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="MongoDB.Driver" Version="2.25.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MongoDB.Driver" Version="2.26.0" Condition="'$(TargetFramework)' == 'net481'" />

<!-- MongoDB.Driver .NET/Core references -->
<!-- Minimum version we can use with .NET core 3.0 or greater is 2.8.1, due to this bug: https://github.com/mongodb/mongo-csharp-driver/pull/372 -->
<PackageReference Include="MongoDB.Driver" Version="2.8.1" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="MongoDB.Driver" Version="2.25.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="MongoDB.Driver" Version="2.26.0" Condition="'$(TargetFramework)' == 'net8.0'" />

<!-- MySqlConnector framework references -->
<PackageReference Include="MySqlConnector" Version="1.0.1" Condition="'$(TargetFramework)' == 'net462'" />
Expand Down Expand Up @@ -132,11 +132,11 @@
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.0" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.9" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.9" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.2" Condition="'$(TargetFramework)' == 'net481'" />

<!-- Elastic.Clients.Elasticsearch .NET/Core references - only actually testing oldest and newest -->
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.2" Condition="'$(TargetFramework)' == 'net8.0'" />

<!-- Serilog .NET framework references -->
<PackageReference Include="Serilog" Version="1.5.14" Condition="'$(TargetFramework)' == 'net462'" />
Expand Down

0 comments on commit a6c4e74

Please sign in to comment.