2016-02-11 23:55:37 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"preserveCompilationContext": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
|
|
|
|
2016-03-01 23:35:32 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901"
|
2016-02-11 23:55:37 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
2016-02-11 23:55:37 +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%?"]
|
|
|
|
}
|
|
|
|
}
|