-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-507)(specs) Failing dependency version single tree
NuGet should walk a dependency tree and find the most appropriate package by falling back down the dependency tree until it finds an appropriate version that is suitable for all dependency sets and then fail appropriately if no suitable version can be found. Unfortunately when you use a Dependency Version Behavior of Highest, NuGet just fails completely and refuses to work at all. I've been able to verify this as high as the latest version of NuGet package manager that is available with VS2013. I'm hopeful this is fixed in the v3.x of NuGet.Core.
- Loading branch information
1 parent
4b7cb82
commit f94e5d8
Showing
2 changed files
with
246 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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