Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Last active August 29, 2015 13:57
Show Gist options
  • Save darrelmiller/9724354 to your computer and use it in GitHub Desktop.
Save darrelmiller/9724354 to your computer and use it in GitHub Desktop.
1) Remove all nuget packages with any relationship to the package having a problem
2) Ensure that no project still has a DLL reference to assemblies from those nuget packages
3) Remove all binding redirects related to these nuget packages
4) Add nuget packages, one at a time, in order of dependencies. (i.e. Don't let any nuget package automatically pull in another)
5) Add binding redirects for anything that still has a problem
6) Enjoy the build successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment