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.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/api/api/api.csproj b/backend/api/api/api.csproj
index f278c90a..97b88d00 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,7 @@
</PropertyGroup>
<ItemGroup>
- <Folder Include="Controllers\" />
+ <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
</ItemGroup>
</Project>