dotnet-installer/TestAssets/TestProjects/TestAppDependencyGraph/ProjectF/project.json

21 lines
358 B
JSON
Raw Normal View History

2016-09-26 22:30:51 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
2016-09-26 22:30:51 +00:00
},
"dependencies": {
"ProjectG": {
"target": "project",
"version": "1.0.0-*"
},
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
2016-09-26 22:30:51 +00:00
},
"frameworks": {
"netcoreapp1.0": {}
2016-09-26 22:30:51 +00:00
}
}