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

25 lines
836 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
2015-10-15 15:34:14 -07:00
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2015-11-01 16:21:10 -08:00
"TestLibrary": { "target": "project" },
2015-11-08 10:28:12 -08:00
"System.IO": "4.0.11-beta-23428",
"System.Console": "4.0.0-beta-23428",
"System.Runtime": "4.0.21-beta-23428",
"System.Diagnostics.Process": "4.1.0-beta-23428",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
},
"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%?"]
}
}