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

20 lines
353 B
JSON

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