Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created September 18, 2017 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/53ae1903491cdc70c072a21b9a7d16db to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/53ae1903491cdc70c072a21b9a7d16db to your computer and use it in GitHub Desktop.
<dependentAssembly>
<assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
@nul800sebastiaan
Copy link
Author

Make sure Newtonsoft.Json.dll is of version 10 and System.Web.Cors of version 5.2.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment