Updating CoreFX to rc2-24022

This commit is contained in:
Eric Erhardt 2016-04-22 10:58:43 -05:00
parent 1a8d393b9b
commit e420515c2b
61 changed files with 162 additions and 162 deletions

View file

@ -74,6 +74,12 @@ namespace Microsoft.DotNet.Scripts
continue;
}
if (projectRoot == null)
{
c.Warn($"A non valid JSON file was encountered '{projectJsonFile}'. Skipping file.");
continue;
}
bool changedAnyPackage = FindAllDependencyProperties(projectRoot)
.Select(dependencyProperty => ReplaceDependencyVersion(dependencyProperty, dependencyInfos))
.ToArray()