build: MongoDB 增加 Configuration 依赖

This commit is contained in:
Argo Zhang 2019-09-06 00:34:19 +08:00
parent 6e4ac7c515
commit 7e6bec9ecb
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<ItemGroup>
<PackageReference Include="Bootstrap.Security" Version="1.8.0-preview-1" />
<PackageReference Include="Longbow.Configuration" Version="2.2.7" />
<PackageReference Include="MongoDB.Driver" Version="2.9.1" />
</ItemGroup>