diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-01 17:46:47 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-01 17:46:47 +0300 |
| commit | 565afd35baab8b2846ebc80a6802a375b3fd876e (patch) | |
| tree | fa478fa30e6b4bed5b629ef307d35e743bacf0d5 /Software/Visual_Studio/PPC/Tango.PPC.UI/App.config | |
| parent | b3ffc4c7ba0b7f9bb34c878ae186d380ac41a07f (diff) | |
| download | Tango-565afd35baab8b2846ebc80a6802a375b3fd876e.tar.gz Tango-565afd35baab8b2846ebc80a6802a375b3fd876e.zip | |
Added bug reporting module to PPC !!
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/App.config')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/App.config | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.config b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.config index 9d2de4c50..77255b814 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.config +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.config @@ -10,8 +10,14 @@ <runtime> <legacyCorruptedStateExceptionsPolicy enabled="true|false"/> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> - - + <!--<dependentAssembly> + <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" /> + </dependentAssembly>--> </assemblyBinding> </runtime> |
