PackageReference
This commit is contained in:
parent
19f295113a
commit
bf45ab19ca
12 changed files with 434 additions and 89 deletions
|
@ -40,15 +40,15 @@ namespace Microsoft.DotNet.ProjectJsonMigration
|
|||
throw new ArgumentNullException();
|
||||
}
|
||||
|
||||
MigrateProject(rootSettings);
|
||||
var projectDependencies = ResolveTransitiveClosureProjectDependencies(rootSettings.ProjectDirectory, rootSettings.ProjectXProjFilePath);
|
||||
|
||||
MigrateProject(rootSettings);
|
||||
|
||||
if (skipProjectReferences)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var projectDependencies = ResolveTransitiveClosureProjectDependencies(rootSettings.ProjectDirectory, rootSettings.ProjectXProjFilePath);
|
||||
|
||||
foreach(var project in projectDependencies)
|
||||
{
|
||||
var projectDir = Path.GetDirectoryName(project.ProjectFilePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue