summaryrefslogtreecommitdiff
path: root/LibraryAPI.csproj
diff options
context:
space:
mode:
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>