Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-08-04 22:32:10 +0300
committerBlueBlock <danb@pobox.com>2019-08-04 22:32:10 +0300
commite6588fbfc2eebb9d25ef06ddf4ed344ecf83f832 (patch)
tree7382db9f8205696a03179d2f6687cbdbade1e716 /Duplicati/Service
parent8e708774a17691ad11fd54ed2ce3daecc4ca95bd (diff)
adjust config for known bug
A known bug causes the incorrect config entry for system.net.http where we must be adjusted to 4.2.0.0 This bug gets fixed in .NET 4.7.2
Diffstat (limited to 'Duplicati/Service')
-rw-r--r--Duplicati/Service/app.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Service/app.config b/Duplicati/Service/app.config
index c96c51607..dd1b7be4b 100644
--- a/Duplicati/Service/app.config
+++ b/Duplicati/Service/app.config
@@ -15,7 +15,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.1.1.3" />
+ <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.2.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>