aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Web.config
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-23 09:34:03 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-23 09:34:03 +0200
commit5bec920df45bb79e5912a97f2d0afc1a849adbd2 (patch)
treea0a4a7b62df4bae64b4fb45760f445baad21f4e4 /Software/Visual_Studio/Web/Tango.MachineService/Web.config
parente0b0859f62924d38c8cd7ac9975303c4bfb08624 (diff)
downloadTango-5bec920df45bb79e5912a97f2d0afc1a849adbd2.tar.gz
Tango-5bec920df45bb79e5912a97f2d0afc1a849adbd2.zip
Fixed some issues with observables generator.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Web.config')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Web.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Web.config b/Software/Visual_Studio/Web/Tango.MachineService/Web.config
index 3590b89d8..ef2420349 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Web.config
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Web.config
@@ -125,6 +125,10 @@
<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="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
<system.codedom>