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

16 lines
276 B
JSON

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