aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Data/Data.csproj
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 20:27:38 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 20:27:38 +0300
commit6599716638f4743629eba8daf6c3c04164f5c627 (patch)
tree9d7206a18fbba437dd956cca50b9bbe1890798af /ExamTemplate/Data/Data.csproj
parent1871676e80c32d556652c969ac8de8be9cf4ae95 (diff)
downloadit-kariera-exam-template-6599716638f4743629eba8daf6c3c04164f5c627.tar
it-kariera-exam-template-6599716638f4743629eba8daf6c3c04164f5c627.tar.gz
it-kariera-exam-template-6599716638f4743629eba8daf6c3c04164f5c627.zip
Fixed Data layer not being able to create migrations and added a migration
Diffstat (limited to 'ExamTemplate/Data/Data.csproj')
-rw-r--r--ExamTemplate/Data/Data.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/ExamTemplate/Data/Data.csproj b/ExamTemplate/Data/Data.csproj
index 909eb58..098f532 100644
--- a/ExamTemplate/Data/Data.csproj
+++ b/ExamTemplate/Data/Data.csproj
@@ -7,6 +7,12 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.5">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.5.1" />
</ItemGroup>
<PropertyGroup>