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:
authorKenneth Skovhede <kenneth@hexad.dk>2017-05-21 17:39:00 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-05-21 17:39:00 +0300
commitf001cd9d357e683d974ea4677eca238f14a2ccfe (patch)
treee8bef47faa02f1b28df0ba47439a39769f81a012
parent5b777e7e5c48646bbe23e7288f91fde021bf7879 (diff)
Updated NewtonSoft.Json to allow assemblies depending on the older versions to use 10.0.0.2.
-rw-r--r--Installer/AssemblyRedirects.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/AssemblyRedirects.xml b/Installer/AssemblyRedirects.xml
index 17eb462c3..f031c1dc1 100644
--- a/Installer/AssemblyRedirects.xml
+++ b/Installer/AssemblyRedirects.xml
@@ -20,7 +20,7 @@
<!-- The spaces near the equation sign are used to prevent the version being set to the current build by the VersionStamp tool -->
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="1.0.0.0 - 8.0.0.0" newVersion = "9.0.0.0"/>
+ <bindingRedirect oldVersion="0.0.0.0 - 99.9.9.9" newVersion = "10.0.0.0"/>
</dependentAssembly>
</assemblyBinding>