added reference to Core

added empty implementations of repositories
This commit is contained in:
Вячеслав 2025-03-14 22:41:53 +05:00
parent ca37b03f33
commit 4e3c3e6149
5 changed files with 172 additions and 1 deletions

View file

@ -8,11 +8,14 @@
<ItemGroup>
<Folder Include="Data\" />
<Folder Include="Repositories\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SurveyLib.Core\SurveyLib.Core.csproj" />
</ItemGroup>
</Project>