2015-10-05 21:22:26 -07:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
2015-10-15 15:34:14 -07:00
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
2015-10-05 21:22:26 -07:00
|
|
|
|
|
|
|
|
|
"dependencies": {
|
2015-11-01 16:21:10 -08:00
|
|
|
|
"TestLibrary": { "target": "project" },
|
2015-11-08 10:28:12 -08: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 15:21:14 -07:00
|
|
|
|
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
|
2015-10-05 21:22:26 -07:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
|
"dnxcore50": { }
|
2016-01-11 13:40:47 -08:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"scripts": {
|
|
|
|
|
"prepublish" : ["echo prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"],
|
|
|
|
|
"postpublish" : ["echo postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"]
|
2015-10-05 21:22:26 -07:00
|
|
|
|
}
|
|
|
|
|
}
|