Added netcore45 to the list of target frameworks.
This commit is contained in:
parent
d2fa7f031f
commit
77b1c3fe3b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue