Skip to content
Snippets Groups Projects
Commit a58483e0 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Merge branch 'Product/572-fixLoggingMiddleware' into 'master'

Fix: Logging working on POST (coscine/issues#572)

See merge request coscine/api/sts!22
parents dadd15c9 9c7669e4
No related branches found
No related tags found
1 merge request!22Fix: Logging working on POST (coscine/issues#572)
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Coscine.ApiCommons" Version="1.3.0" /> <PackageReference Include="Coscine.ApiCommons" Version="1.3.1" />
<PackageReference Include="Coscine.Database" Version="1.12.0" /> <PackageReference Include="Coscine.Database" Version="1.12.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment