diff options
Diffstat (limited to 'ShiftOS.Server.WebAdmin/App.config')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/App.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ShiftOS.Server.WebAdmin/App.config b/ShiftOS.Server.WebAdmin/App.config index 71a06ba..2a7dffa 100644 --- a/ShiftOS.Server.WebAdmin/App.config +++ b/ShiftOS.Server.WebAdmin/App.config @@ -7,7 +7,11 @@ <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" /> + <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.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> |
