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.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/api/api/api.csproj b/backend/api/api/api.csproj
index 46842c3e..f63407ca 100644
--- a/backend/api/api/api.csproj
+++ b/backend/api/api/api.csproj
@@ -10,6 +10,8 @@
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.3" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.16.0" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+ <PackageReference Include="RestSharp" Version="107.3.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" />
</ItemGroup>
@@ -20,6 +22,7 @@
<ItemGroup>
<Folder Include="UploadedFiles\" />
+ <Folder Include="UploadedFiles\tester1\" />
</ItemGroup>
</Project>