diff --git a/src/Microsoft.DotNet.Watcher.Core/project.json b/src/Microsoft.DotNet.Watcher.Core/project.json index c03102b3bf..3c344f0f8e 100644 --- a/src/Microsoft.DotNet.Watcher.Core/project.json +++ b/src/Microsoft.DotNet.Watcher.Core/project.json @@ -19,7 +19,7 @@ "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*", - "Microsoft.Extensions.ProcessHelper.Sources": { + "Microsoft.Extensions.Process.Sources": { "type": "build", "version": "1.0.0-*" } diff --git a/test/dotnet-watch.FunctionalTests/project.json b/test/dotnet-watch.FunctionalTests/project.json index ca348c3751..4c2596fffb 100644 --- a/test/dotnet-watch.FunctionalTests/project.json +++ b/test/dotnet-watch.FunctionalTests/project.json @@ -6,7 +6,7 @@ "dependencies": { "dotnet-test-xunit": "1.0.0-dev-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "Microsoft.Extensions.ProcessHelper.Sources": { + "Microsoft.Extensions.Process.Sources": { "type": "build", "version": "1.0.0-*" },