Revert "Reacting to CLI breaking change"
This reverts commit 4788506b57.
This commit is contained in:
parent
4ddf7c2cc7
commit
e74665e550
|
|
@ -26,7 +26,7 @@ namespace Microsoft.DotNet.Watcher.Core.Internal
|
||||||
|
|
||||||
if (File.Exists(projectLockJsonPath))
|
if (File.Exists(projectLockJsonPath))
|
||||||
{
|
{
|
||||||
var lockFile = LockFileReader.Read(projectLockJsonPath, designTime: false);
|
var lockFile = LockFileReader.Read(projectLockJsonPath);
|
||||||
ProjectDependencies = lockFile.ProjectLibraries.Select(dep => GetProjectRelativeFullPath(dep.Path)).ToList();
|
ProjectDependencies = lockFile.ProjectLibraries.Select(dep => GetProjectRelativeFullPath(dep.Path)).ToList();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue