From 1ac2f1c2804aa38e2cdccdf6480c3ff00bf1a649 Mon Sep 17 00:00:00 2001
From: Marcel Nellesen <nellesen@itc.rwth-aachen.de>
Date: Tue, 2 Feb 2021 07:41:41 +0100
Subject: [PATCH] Fix: Updated dependencies

---
 src/ApiCommons/ApiCommons.csproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ApiCommons/ApiCommons.csproj b/src/ApiCommons/ApiCommons.csproj
index ea5456c..b2d77eb 100644
--- a/src/ApiCommons/ApiCommons.csproj
+++ b/src/ApiCommons/ApiCommons.csproj
@@ -19,6 +19,7 @@
 		<PackageReference Include="Coscine.Configuration" Version="*-*" />
 		<PackageReference Include="Coscine.JwtHandler" Version="*-*" />
 		<PackageReference Include="Coscine.Logging" Version="*-*" />
+		<PackageReference Include="linq2db" Version="3.2.3" />
 		<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
 		<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.2.0" />
 		<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
-- 
GitLab