aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/DevHive.Data.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Data/DevHive.Data.csproj')
-rw-r--r--src/DevHive.Data/DevHive.Data.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DevHive.Data/DevHive.Data.csproj b/src/DevHive.Data/DevHive.Data.csproj
index 0becbe2..d7d59c0 100644
--- a/src/DevHive.Data/DevHive.Data.csproj
+++ b/src/DevHive.Data/DevHive.Data.csproj
@@ -9,6 +9,11 @@
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.0" />
+
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.1">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
</ItemGroup>
</Project>