Use CoreConsole on *nix

- Changed publish to use CoreConsole instead of
CoreRun for *nix
- Locked pacakge versions for test projects
This commit is contained in:
David Fowler 2015-10-29 02:23:09 -07:00
parent 6bab94b359
commit 756080421d
3 changed files with 11 additions and 23 deletions

View file

@ -5,8 +5,8 @@
},
"dependencies": {
"Microsoft.NETCore.ConsoleHost": "1.0.0-*",
"Microsoft.NETCore.Runtime": "1.0.1-*",
"Microsoft.NETCore.ConsoleHost": "1.0.0-23428",
"Microsoft.NETCore.Runtime": "1.0.1-23428",
"System.Console": "4.0.0-beta-23109"
},