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>2019-09-02 22:51:00 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-09-02 22:51:00 +0300
commit2e36c7222eba35e6e7ece4b8cdbdf5b3e5a792ff (patch)
tree6783002f102fdf49e5aea4353fed99019acb6caf /Duplicati/GUI
parente65196ed40583876ec52aea5fa63d421287af542 (diff)
Revert "Updated `app.config` files to redirect newtonsoft versions `0.0.0.0-12.0.2.0` to `12.0.2.0`."
This reverts commit 93ace63d4f0cec18eb9b88c5f3d4ae024e8787fc.
Diffstat (limited to 'Duplicati/GUI')
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/app.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/app.config b/Duplicati/GUI/Duplicati.GUI.TrayIcon/app.config
index 40964b263..eb94ba0f2 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/app.config
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/app.config
@@ -5,7 +5,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-12.0.2.0" newVersion="12.0.2.0" />
+ <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Azure.KeyVault.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />