simplify template project.json

This commit is contained in:
Krzysztof Wicher 2015-11-17 12:26:14 -08:00
parent 872f842522
commit 427101e36c

View file

@ -5,11 +5,10 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428", "Microsoft.NETCore.Runtime": "1.0.1-beta-*",
"System.IO": "4.0.11-beta-23428", "System.IO": "4.0.10-beta-*",
"System.Console": "4.0.0-beta-23428", "System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-23428", "System.Runtime": "4.0.21-beta-*"
"System.Diagnostics.Process": "4.1.0-beta-23428"
}, },
"frameworks": { "frameworks": {