From 73217edba52fae43c254334aa8802f5b3e52c09f Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 17 Mar 2016 16:36:27 -0700 Subject: [PATCH] Update package name --- src/Microsoft.DotNet.Watcher.Core/project.json | 2 +- test/dotnet-watch.FunctionalTests/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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-*" },