diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-14 17:06:52 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-14 17:06:52 +0200 |
| commit | 0d5f3fff32d8c17dbd0d33d86cffe20704a74271 (patch) | |
| tree | 85bb1286e54bacea3b1cf0fa72288e45a8afc42c /Software/Visual_Studio/Tango.UnitTesting/App.config | |
| parent | 2b1c55a4e7ba10ecd57f4b4761397a0204dd5b81 (diff) | |
| download | Tango-0d5f3fff32d8c17dbd0d33d86cffe20704a74271.tar.gz Tango-0d5f3fff32d8c17dbd0d33d86cffe20704a74271.zip | |
Integrated SignalR to MachineService.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/App.config')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/App.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/App.config b/Software/Visual_Studio/Tango.UnitTesting/App.config index 0490d020e..0641554af 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/App.config +++ b/Software/Visual_Studio/Tango.UnitTesting/App.config @@ -121,6 +121,10 @@ <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.2" newVersion="4.1.1.2" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" /> + </dependentAssembly> </assemblyBinding> </runtime> <system.data> |
