aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Updater
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Updater')
-rw-r--r--ShiftOS.Updater/App.config14
1 files changed, 13 insertions, 1 deletions
diff --git a/ShiftOS.Updater/App.config b/ShiftOS.Updater/App.config
index 88fa402..757ddce 100644
--- a/ShiftOS.Updater/App.config
+++ b/ShiftOS.Updater/App.config
@@ -1,6 +1,18 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
+ <runtime>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
</configuration> \ No newline at end of file