Added netcore45 to the list of target frameworks.

This commit is contained in:
David Fowler 2014-01-25 22:04:36 -08:00
parent d2fa7f031f
commit 77b1c3fe3b
1 changed files with 2 additions and 2 deletions

View File

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