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

23 lines
681 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
2015-10-15 22:34:14 +00:00
"compilationOptions": {
"emitEntryPoint": true
},
"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"
},
"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%?"]
}
}