dotnet-installer/test/TestProjects/TestApp/project.json

22 lines
632 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
2015-10-15 22:34:14 +00:00
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-01-22 11:59:04 +00:00
"TestLibrary": { "target":"project"},
2016-01-13 00:36:31 +00:00
2016-01-22 18:40:01 +00:00
"NETStandard.Library": "1.0.0-rc3-23722"
},
"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%?"]
}
}