dotnet-installer/TestAssets/TestProjects/AppWithAppDependency/TestApp1/project.json

18 lines
314 B
JSON

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