Browse Source
Upgrade `MongoDB.Driver` to `2.15`.
pull/11395/head
maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
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.14.1" /> |
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.15.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|