Skip to content

Commit 0210211

Browse files
Add datastore plugins as ref in service
1 parent f1a7223 commit 0210211

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Certify.Server/Certify.Server.Core/Certify.Server.Core/Certify.Server.Core.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
</ItemGroup>
2828
<ItemGroup>
29+
<ProjectReference Include="..\..\..\..\..\certify-plugins\src\DataStores\Postgres\Plugin.Datastore.Postgres.csproj" />
30+
<ProjectReference Include="..\..\..\..\..\certify-plugins\src\DataStores\SQLite\Plugin.Datastore.SQLite.csproj" />
31+
<ProjectReference Include="..\..\..\..\..\certify-plugins\src\DataStores\SQLServer\Plugin.Datastore.SQLServer.csproj" />
2932
<ProjectReference Include="..\..\..\..\..\certify\src\Certify.Core\Certify.Core.csproj" />
3033
<ProjectReference Include="..\..\..\..\..\certify\src\Certify.Models\Certify.Models.csproj" />
3134
<ProjectReference Include="..\..\..\..\..\certify\src\Certify.Shared\Certify.Shared.Core.csproj" />

0 commit comments

Comments
 (0)