更新配置:移除mongoDB等第三方数据库引用
This commit is contained in:
parent
885e6e7a29
commit
c6b6d7e26c
|
@ -27,9 +27,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Bootstrap.DataAccess.MongoDB\Bootstrap.DataAccess.MongoDB.csproj" />
|
||||
<ProjectReference Include="..\Bootstrap.DataAccess.MySQL\Bootstrap.DataAccess.MySQL.csproj" />
|
||||
<ProjectReference Include="..\Bootstrap.DataAccess.SQLite\Bootstrap.DataAccess.SQLite.csproj" />
|
||||
<ProjectReference Include="..\Bootstrap.DataAccess\Bootstrap.DataAccess.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
},
|
||||
"DB": [
|
||||
{
|
||||
"Enabled": true,
|
||||
"Widget": "Bootstrap.DataAccess"
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
|
|
Loading…
Reference in New Issue