summaryrefslogtreecommitdiff
path: root/LibraryAPI.csproj
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-06 17:04:29 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-06 17:04:29 -0600
commit8b40d27710e532a43aaf1eb198be64af1a2e576e (patch)
treecd2264d249e7cb4d1a9e3407d36d0db9680ef913 /LibraryAPI.csproj
parent08819c6738a4f82ccf07ae5ed60835b087f7bb34 (diff)
Añadidos DTOs y AutomapperHEADmain
Diffstat (limited to 'LibraryAPI.csproj')
-rw-r--r--LibraryAPI.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/LibraryAPI.csproj b/LibraryAPI.csproj
index 42a0ec5..fefcdd5 100644
--- a/LibraryAPI.csproj
+++ b/LibraryAPI.csproj
@@ -4,9 +4,11 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
+ <DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.10" />
@@ -20,5 +22,4 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
-
</Project>