Added other candidate folder for weird packages like shouldly.
This commit is contained in:
parent
e65b122584
commit
3d0ec33404
|
|
@ -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" };
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue