Last active
August 29, 2015 13:57
-
-
Save darrelmiller/9724354 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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