mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
d3dc24db5c
Shock move to MongoDB (issue #18) started with integrating the MongoDB MemberProvider from checkHashes. Still to complete, though user registration and role setup confirmed working. I've also started a Project Westminster App to tide us over til we get the chance to do a proper application with a new API that will be much easier once the MongoDB switch is complete.
6 lines
292 B
XML
6 lines
292 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="MongoDB.Bson" version="2.0.1" targetFramework="net452" />
|
|
<package id="MongoDB.Driver" version="2.0.1" targetFramework="net452" />
|
|
<package id="MongoDB.Driver.Core" version="2.0.1" targetFramework="net452" />
|
|
</packages> |