summaryrefslogtreecommitdiff
path: root/LibraryAPI.csproj
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-10-26 18:10:07 -0500
committerHombreLaser <sebastian-440@live.com>2022-10-26 18:10:07 -0500
commit5c57b4411f7f4c5a244394579b2e5af4f946b389 (patch)
tree26041eca87dd69b6eaee7f41e6d1e6accb3ed2fb /LibraryAPI.csproj
parent0a04f3a9f516754a9e634bbe0322cd947d63c4a5 (diff)
Añadido servicio logger
Diffstat (limited to 'LibraryAPI.csproj')
-rw-r--r--LibraryAPI.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibraryAPI.csproj b/LibraryAPI.csproj
index 61e4845..335e82a 100644
--- a/LibraryAPI.csproj
+++ b/LibraryAPI.csproj
@@ -12,6 +12,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.9" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.8" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />