Add MongoDB

This commit is contained in:
Robert Marshall 2020-06-22 19:42:42 +01:00
parent 1ce9373949
commit 0d0c077d84
9 changed files with 96 additions and 6 deletions

View file

@ -6,7 +6,11 @@
<ItemGroup>
<ProjectReference Include="..\Robware.Auth\Robware.Auth.csproj" />
<ProjectReference Include="..\Robware.Data\Robware.Data.csproj" />
<ProjectReference Include="..\Robware.Data.MongoDB\Robware.Data.MongoDB.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.10.4" />
</ItemGroup>