2016-01-22 18:40:01 +00:00
|
|
|
{
|
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": {
|
2016-01-22 11:59:04 +00:00
|
|
|
"TestLibrary": { "target":"project"},
|
2016-01-13 00:36:31 +00:00
|
|
|
|
2016-01-28 00:03:00 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23727"
|
2015-10-06 04:22:26 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": { }
|
2016-01-11 21:40:47 +00: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-06 04:22:26 +00:00
|
|
|
}
|
|
|
|
}
|