2016-08-22 19:23:54 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2017-03-10 05:17:10 +00:00
|
|
|
"version": "1.1.0"
|
2016-08-22 19:23:54 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2017-03-10 05:17:10 +00:00
|
|
|
"netcoreapp1.1": {}
|
2016-08-22 19:23:54 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"prepublish": [
|
2016-09-16 23:12:11 +00:00
|
|
|
"./echoscript prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:FullTargetFramework%?"
|
2016-08-22 19:23:54 +00:00
|
|
|
],
|
|
|
|
"postpublish": [
|
2016-09-16 23:12:11 +00:00
|
|
|
"./echoscript postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:FullTargetFramework%?"
|
2016-08-22 19:23:54 +00:00
|
|
|
],
|
|
|
|
"precompile": [
|
2016-09-16 23:12:11 +00:00
|
|
|
"./echoscript precompile_output ?%compile:Configuration%? ?%compile:OutputDir%? ?%compile:FullTargetFramework%?"
|
2016-08-22 19:23:54 +00:00
|
|
|
],
|
|
|
|
"postcompile": [
|
2016-09-16 23:12:11 +00:00
|
|
|
"./echoscript postcompile_output ?%compile:Configuration%? ?%compile:OutputDir%? ?%compile:FullTargetFramework%?"
|
2016-08-22 19:23:54 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|