diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-23 19:56:48 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-23 19:56:48 +0300 |
| commit | 8046598cb1439b66a8d6e556a61b715fc859a6b0 (patch) | |
| tree | 5beaa8ca495f48ffbb40174b3569aab18debd6c1 /Software/Visual_Studio/Tango.UnitTesting/App.config | |
| parent | 680563266381a80a453ff93214812796fe519fec (diff) | |
| download | Tango-8046598cb1439b66a8d6e556a61b715fc859a6b0.tar.gz Tango-8046598cb1439b66a8d6e556a61b715fc859a6b0.zip | |
Implemented TeamFoundationClient components !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/App.config')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/App.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/App.config b/Software/Visual_Studio/Tango.UnitTesting/App.config index 516b46de6..346a716a3 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/App.config +++ b/Software/Visual_Studio/Tango.UnitTesting/App.config @@ -63,6 +63,14 @@ <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> + </dependentAssembly> </assemblyBinding> </runtime> </configuration>
\ No newline at end of file |
