summaryrefslogtreecommitdiff
path: root/LibraryAPI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'LibraryAPI.csproj')
-rw-r--r--LibraryAPI.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/LibraryAPI.csproj b/LibraryAPI.csproj
index 335e82a..42a0ec5 100644
--- a/LibraryAPI.csproj
+++ b/LibraryAPI.csproj
@@ -7,6 +7,9 @@
</PropertyGroup>
<ItemGroup>
+ <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" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>