diff options
| author | Michael <[email protected]> | 2017-04-10 15:09:52 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-10 15:09:52 -0400 |
| commit | 4aa7a6dee500dee2cb0a777a60160bbf3927be9f (patch) | |
| tree | 58dadd77ca8ef280812c2730ed97681d532c5da2 /ShiftOS.Updater | |
| parent | a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb (diff) | |
| download | shiftos_thereturn-4aa7a6dee500dee2cb0a777a60160bbf3927be9f.tar.gz shiftos_thereturn-4aa7a6dee500dee2cb0a777a60160bbf3927be9f.tar.bz2 shiftos_thereturn-4aa7a6dee500dee2cb0a777a60160bbf3927be9f.zip | |
KILL ChatBackend.cs
Diffstat (limited to 'ShiftOS.Updater')
| -rw-r--r-- | ShiftOS.Updater/App.config | 14 |
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 |
