Revert "Revert "Updating CoreFX to rc2-24022""
This commit is contained in:
parent
8d4d669850
commit
02f232d4ab
61 changed files with 162 additions and 162 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue