diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-15 10:43:49 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-15 10:43:49 +0200 |
| commit | 4e739ecb88185867e2c9ca05fda661eb8e0c6f10 (patch) | |
| tree | eda9da2805121ac9141070ced352558dc3308727 /Software/Visual_Studio/Tango.UnitTesting | |
| parent | ca24ced88f1905066c8b69e86b9e453d4eae394a (diff) | |
| parent | 5615cfe5029be4b6db306bdf76d6abc0e6cb96f8 (diff) | |
| download | Tango-4e739ecb88185867e2c9ca05fda661eb8e0c6f10.tar.gz Tango-4e739ecb88185867e2c9ca05fda661eb8e0c6f10.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
| -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> |
