diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-27 17:12:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-27 17:12:41 +0200 |
| commit | b43cfe7dc6bcf2028fe358026e52b5dbc3dc8a71 (patch) | |
| tree | b3786625aa1ada778ed5422901e182d7183eeba5 /Software/Visual_Studio/Utilities | |
| parent | f1fc087859a5839fb6c2b76fa083bd720b68bcc2 (diff) | |
| download | Tango-b43cfe7dc6bcf2028fe358026e52b5dbc3dc8a71.tar.gz Tango-b43cfe7dc6bcf2028fe358026e52b5dbc3dc8a71.zip | |
Fixed issue with stubs UI.
Diffstat (limited to 'Software/Visual_Studio/Utilities')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.Stubs.UI/App.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.Stubs.UI/App.config b/Software/Visual_Studio/Utilities/Tango.Stubs.UI/App.config index 5131950bd..5ea2123d1 100644 --- a/Software/Visual_Studio/Utilities/Tango.Stubs.UI/App.config +++ b/Software/Visual_Studio/Utilities/Tango.Stubs.UI/App.config @@ -57,7 +57,7 @@ <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.0.108.0" newVersion="1.0.108.0" /> </dependentAssembly>--> - <dependentAssembly> + <!--<dependentAssembly> <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.2.2.0" newVersion="1.2.2.0" /> </dependentAssembly> @@ -100,7 +100,7 @@ <dependentAssembly> <assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" /> - </dependentAssembly> + </dependentAssembly>--> </assemblyBinding> </runtime> </configuration>
\ No newline at end of file |
