Skip to content

Instantly share code, notes, and snippets.

@frankibem
Created May 27, 2017 03:33
Show Gist options
  • Save frankibem/7d98dd6372269d95cdde0419b262290b to your computer and use it in GitHub Desktop.
Save frankibem/7d98dd6372269d95cdde0419b262290b to your computer and use it in GitHub Desktop.
Resolving HttpClient conflict
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.1" newVersion="4.1.1.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment