dotnet-installer/TestAssets/TestProjects/AppWithAppDependency/TestApp1/project.json
2016-06-04 00:00:28 -05:00

20 lines
329 B
JSON

{
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TestApp2": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004397"
}
}
}
}
}