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 /ModLauncher/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 'ModLauncher/App.config')
| -rw-r--r-- | ModLauncher/App.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ModLauncher/App.config b/ModLauncher/App.config index 71a06ba..757ddce 100644 --- a/ModLauncher/App.config +++ b/ModLauncher/App.config @@ -9,6 +9,10 @@ <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 |
