Staging to Production #51
+1
@@ -4,6 +4,7 @@ using CvMatcher.Data.Entities;
|
|||||||
using CvMatcher.Data.Repositories.Contracts;
|
using CvMatcher.Data.Repositories.Contracts;
|
||||||
using CvMatcher.Models.Responses;
|
using CvMatcher.Models.Responses;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace CvMatcher.Data.Repositories;
|
namespace CvMatcher.Data.Repositories;
|
||||||
|
|
||||||
@@ -15,5 +15,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\shared-data\shared-data.csproj" />
|
<ProjectReference Include="..\shared-data\shared-data.csproj" />
|
||||||
|
<ProjectReference Include="..\cv-matcher-api-models\cv-matcher-api-models.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user