From 88e339e221dabc32eb01a63a028e6ec41ba15e20 Mon Sep 17 00:00:00 2001 From: "L. Ellenbeck" <ellenbeck@itc.rwth-aachen.de> Date: Mon, 16 Sep 2019 13:28:51 +0200 Subject: [PATCH] Increase database version coscine/issues#280 --- .gitignore | 5 ++++- src/STS/STS.csproj | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d2df1da..b0823ad 100644 --- a/.gitignore +++ b/.gitignore @@ -264,7 +264,10 @@ paket-files/ __pycache__/ *.pyc -#cake +# cake tools/* !tools/packages.config dist/ + +# linq2db clutter +src/.tools/* diff --git a/src/STS/STS.csproj b/src/STS/STS.csproj index d3a277d..e5478a9 100644 --- a/src/STS/STS.csproj +++ b/src/STS/STS.csproj @@ -9,7 +9,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Coscine.ApiCommons" Version="1.2.0" /> + <PackageReference Include="Coscine.ApiCommons" Version="1.2.1" /> + <PackageReference Include="Coscine.Database" Version="1.5.1" /> <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" /> -- GitLab