diff options
| author | Michael VanOverbeek <[email protected]> | 2017-02-13 15:33:43 +0000 |
|---|---|---|
| committer | Michael VanOverbeek <[email protected]> | 2017-02-13 15:33:43 +0000 |
| commit | 797f0be617770524acf95316b967afbc5fe7134c (patch) | |
| tree | 1cb0a849f5015619e9088b8a200c64cc688000e6 /ShiftOS.WinForms/App.config | |
| parent | e8dfafa17a492bdba99151379d5d4926c267dde5 (diff) | |
| download | shiftos_thereturn-797f0be617770524acf95316b967afbc5fe7134c.tar.gz shiftos_thereturn-797f0be617770524acf95316b967afbc5fe7134c.tar.bz2 shiftos_thereturn-797f0be617770524acf95316b967afbc5fe7134c.zip | |
Fix the supermosquito. Hopefully.
Diffstat (limited to 'ShiftOS.WinForms/App.config')
| -rw-r--r-- | ShiftOS.WinForms/App.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/App.config b/ShiftOS.WinForms/App.config index 5ce46cf..a0a13df 100644 --- a/ShiftOS.WinForms/App.config +++ b/ShiftOS.WinForms/App.config @@ -8,7 +8,11 @@ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> + <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> |
