Skip to content

Commit 1d7394f

Browse files
author
Martin Makarský
authored
Update Web.config
Fix bindingRedirect for Kudu deploy.
1 parent 8681f2c commit 1d7394f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DancingGoat/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
</dependentAssembly>
180180
<dependentAssembly>
181181
<assemblyIdentity name="System.Net.Http" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" />
182-
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
182+
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.0.0.0" />
183183
</dependentAssembly>
184184
<dependentAssembly>
185185
<assemblyIdentity name="System.Linq.Queryable" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" />

0 commit comments

Comments
 (0)