Skip to content
Snippets Groups Projects

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

Merged Benedikt Heinrichs requested to merge Product/572-fixLoggingMiddleware into master
6 files
+ 28
20
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
1
@@ -105,7 +105,7 @@
@@ -105,7 +105,7 @@
</dependentAssembly>
</dependentAssembly>
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Coscine.Database" publicKeyToken="767d77427707b70a" culture="neutral" />
<assemblyIdentity name="Coscine.Database" publicKeyToken="767d77427707b70a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.12.0.0" newVersion="1.12.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.12.1.0" newVersion="1.12.1.0" />
</dependentAssembly>
</dependentAssembly>
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
@@ -147,6 +147,10 @@
@@ -147,6 +147,10 @@
<assemblyIdentity name="Microsoft.AspNetCore.Routing.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<assemblyIdentity name="Microsoft.AspNetCore.Routing.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
</dependentAssembly>
 
<dependentAssembly>
 
<assemblyIdentity name="Coscine.Logging" publicKeyToken="e1ed402bc3f6525e" culture="neutral" />
 
<bindingRedirect oldVersion="0.0.0.0-1.0.1.0" newVersion="1.0.1.0" />
 
</dependentAssembly>
</assemblyBinding>
</assemblyBinding>
</runtime>
</runtime>
</configuration>
</configuration>
 
\ No newline at end of file
Loading