Skip to content

Commit ae6cb70

Browse files
authored
Merge pull request #100 from makma/master
Fix Azure Deploy Button 500
2 parents f2dfc14 + a7e9e1a commit ae6cb70

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)