756080421d
- Changed publish to use CoreConsole instead of CoreRun for *nix - Locked pacakge versions for test projects
21 lines
545 B
JSON
21 lines
545 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Runtime": "1.0.1-23428",
|
|
"System.IO": "4.0.10-beta-23420",
|
|
"System.Console": "4.0.0-beta-23420",
|
|
"System.Runtime": "4.0.20-beta-23420",
|
|
"System.Diagnostics.Process": "4.1.0-beta-23420",
|
|
|
|
"Microsoft.NETCore.ConsoleHost": "1.0.0-beta-23428",
|
|
"Microsoft.NETCore.TestHost": "1.0.0-beta-23428"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|