Marked unresolved deps as compatible but unresolved

This commit is contained in:
David Fowler 2015-10-18 04:35:49 -07:00
parent 5e21276cd9
commit 2df6ec04ab

View file

@ -18,7 +18,7 @@ namespace Microsoft.Extensions.ProjectModel.Resolution
dependencies: Enumerable.Empty<LibraryRange>(),
framework: targetFramework,
resolved: false,
compatible: false);
compatible: true);
}
}
}