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-13 00:36:31 +00:00
|
|
|
|
"TestLibrary": "1.0.0-*",
|
|
|
|
|
|
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23704",
|
|
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23704"
|
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
|
|
|
|
}
|
|
|
|
|
}
|