Update package name

This commit is contained in:
John Luo 2016-03-17 16:36:27 -07:00
parent 4df44c8501
commit 73217edba5
2 changed files with 2 additions and 2 deletions

View File

@ -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-*"
}

View File

@ -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-*"
},