Added other candidate folder for weird packages like shouldly.

This commit is contained in:
David Fowler 2014-03-02 12:22:55 -08:00
parent e65b122584
commit 3d0ec33404
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ functions
{ {
if (config == "net45") if (config == "net45")
{ {
return new[] { "net45", "net40", "net35", "net20" }; return new[] { "net45", "net40", "net35", "35", "net20" };
} }
// If it's k10 then look for netcore45 as well // If it's k10 then look for netcore45 as well
return new[] { config, "netcore45" }; return new[] { config, "netcore45" };