aboutsummaryrefslogtreecommitdiff
path: root/backend/api/api/api.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'backend/api/api/api.csproj')
-rw-r--r--backend/api/api/api.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/backend/api/api/api.csproj b/backend/api/api/api.csproj
index d4cc5552..1451fa77 100644
--- a/backend/api/api/api.csproj
+++ b/backend/api/api/api.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@@ -7,7 +7,9 @@
</PropertyGroup>
<ItemGroup>
- <Folder Include="Controllers\" />
+ <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
+ <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.16.0" />
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" />
</ItemGroup>
<ItemGroup>