Skip to content

Commit

Permalink
Merge pull request #17 from pengweiqhca/patch-1
Browse files Browse the repository at this point in the history
Downgrade MongoDB.Driver.Core version.
  • Loading branch information
jbogard authored Sep 6, 2022
2 parents d82ab5e + a76c444 commit 12fefe6
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 12fefe6

Please sign in to comment.