Fix dependencies in TestApp
This commit is contained in:
parent
cb471485a9
commit
46810f5775
2 changed files with 5 additions and 5 deletions
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"TestLibrary": { "target": "project" },
|
"TestLibrary": { "target": "project" },
|
||||||
"System.IO": "4.0.11-beta-23420",
|
"System.IO": "4.0.11-beta-23428",
|
||||||
"System.Console": "4.0.0-beta-23420",
|
"System.Console": "4.0.0-beta-23428",
|
||||||
"System.Runtime": "4.0.21-beta-23420",
|
"System.Runtime": "4.0.21-beta-23428",
|
||||||
"System.Diagnostics.Process": "4.1.0-beta-23420",
|
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
|
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.21-beta-23420",
|
"System.Runtime": "4.0.21-beta-23428",
|
||||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
|
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue