2015-10-06 04:22:26 +00:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
2015-10-15 22:34:14 +00:00
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
2015-10-06 04:22:26 +00:00
|
|
|
|
|
|
|
|
|
"dependencies": {
|
2015-11-02 00:21:10 +00:00
|
|
|
|
"TestLibrary": { "target": "project" },
|
2015-11-08 18:28:12 +00:00
|
|
|
|
"System.IO": "4.0.11-beta-23428",
|
|
|
|
|
"System.Console": "4.0.0-beta-23428",
|
|
|
|
|
"System.Runtime": "4.0.21-beta-23428",
|
|
|
|
|
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
2015-10-21 22:21:14 +00:00
|
|
|
|
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
|
2015-10-06 04:22:26 +00:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
|
"dnxcore50": { }
|
|
|
|
|
}
|
|
|
|
|
}
|