24 lines
725 B
JSON
24 lines
725 B
JSON
|
{
|
|||
|
"version": "1.0.0-*",
|
|||
|
"compilationOptions": {
|
|||
|
"emitEntryPoint": true,
|
|||
|
"preserveCompilationContext": true
|
|||
|
},
|
|||
|
|
|||
|
"dependencies": {
|
|||
|
"TestLibrary": "1.0.0-*",
|
|||
|
|
|||
|
"NETStandard.Library": "1.0.0-rc2-23704",
|
|||
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23704"
|
|||
|
},
|
|||
|
|
|||
|
"frameworks": {
|
|||
|
"dnxcore50": { }
|
|||
|
},
|
|||
|
|
|||
|
"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%?"]
|
|||
|
}
|
|||
|
}
|