If there's a contract folder then use it in the nuget package for compilation.

This commit is contained in:
David Fowler 2014-03-06 23:29:14 -08:00
parent ff922fcbd6
commit 90430b425d
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ functions
return new[] { "net45", "net40", "net35", "35", "net20" };
}
// If it's k10 then look for netcore45 as well
return new[] { config, "netcore45" };
return new[] { "contract", config, "netcore45" };
}
private static string BuildReferences(IDictionary<string, string> references, List<string> gacReferences, string packagesDir, string configName, string[] candidates)