Skip to content

Commit

Permalink
Downgrade MongoDB.Driver.Core version.
Browse files Browse the repository at this point in the history
Downgrade MongoDB.Driver.Core version to improve compatibility, see [mongodb driver compatibility](https://www.mongodb.com/docs/drivers/csharp/#mongodb-compatibility)
  • Loading branch information
pengweiqhca authored Sep 6, 2022
1 parent d82ab5e commit a76c444
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver.Core" Version="[2.17.1,3.0)" />
<PackageReference Include="MongoDB.Driver.Core" Version="[2.13.3,3.0)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />
</ItemGroup>

</Project>
</Project>

0 comments on commit a76c444

Please sign in to comment.