updating mongodb driver to version 2.5.0 for MongoDB 3.6 support.

This commit is contained in:
alexandre-spieser
2018-01-27 14:49:13 +00:00
parent 29012d1e52
commit 67e7318021
5 changed files with 20 additions and 12 deletions
@@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.4.4" />
<PackageReference Include="MongoDB.Driver" Version="2.5.0" />
</ItemGroup>
</Project>