summaryrefslogtreecommitdiff
path: root/LibraryAPI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'LibraryAPI.csproj')
-rw-r--r--LibraryAPI.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/LibraryAPI.csproj b/LibraryAPI.csproj
index d32ce32..6129b9b 100644
--- a/LibraryAPI.csproj
+++ b/LibraryAPI.csproj
@@ -7,6 +7,10 @@
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>