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:
authorMuhammad Abrar <abrar1984@gmail.com>2022-05-27 13:50:55 +0300
committerMuhammad Abrar <abrar1984@gmail.com>2022-06-13 08:38:42 +0300
commitf73bc2213c87d8f1155f34a1b45df61e96c67e88 (patch)
tree722fccbef9e325def619b1cfe9a4fd456742f77a /Duplicati/Server/app.config
parent93a4e2cb6e60c85357cfad9f1288c9833919a054 (diff)
Added support for new backend IDrivee2(https://www.idrivee2.com)
Diffstat (limited to 'Duplicati/Server/app.config')
-rw-r--r--Duplicati/Server/app.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/Duplicati/Server/app.config b/Duplicati/Server/app.config
index 9eaab5dd7..7cfe686fd 100644
--- a/Duplicati/Server/app.config
+++ b/Duplicati/Server/app.config
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
- <startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" /></startup>
+ <startup useLegacyV2RuntimeActivationPolicy="true">
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" />
+ </startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">