diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-01-07 09:27:42 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-01-07 09:27:42 +0200 |
| commit | dd18ae0c096a34048477297ba848a089a99eece1 (patch) | |
| tree | bf036a7fac1b0d1f0439fb0e039e15c491e3881a /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB | |
| parent | 6900c4dea48adb484efc9648e081b7b3f75bd60c (diff) | |
| download | Tango-dd18ae0c096a34048477297ba848a089a99eece1.tar.gz Tango-dd18ae0c096a34048477297ba848a089a99eece1.zip | |
Progress on machine designer...
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/App.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/App.config b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/App.config index 2fb423e8b..f89af9711 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/App.config +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/App.config @@ -10,4 +10,12 @@ <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> </providers> </entityFramework> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <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> + </assemblyBinding> + </runtime> </configuration>
\ No newline at end of file |
