summaryrefslogtreecommitdiff
path: root/LibraryAPI.csproj
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-09-15 16:52:16 -0500
committerHombreLaser <sebastian-440@live.com>2022-09-15 16:52:16 -0500
commit0bcbc7f4721830a1a65fbd2e30fbb69f803884c2 (patch)
treef1fb8bb0c51ea7851f57731a95a05b74d7f2bbc8 /LibraryAPI.csproj
parent2ef25a3fad449f8a05491db4a46fc3990c27cf15 (diff)
Añadir base de datos
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>