Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created January 21, 2014 21:57
Show Gist options
  • Select an option

  • Save mgroves/8549225 to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/8549225 to your computer and use it in GitHub Desktop.
<configuration>
<!-- ... snip ... -->
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment