Browse Source
Merge pull request #11395 from abpframework/MongoDB-Driver
Upgrade `MongoDB.Driver` to `2.15.0`.
pull/12606/head
liangshiwei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.13.1" /> |
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.15.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|