dotnet-installer/TestAssets/NonRestoredTestProjects/PJHalfMigrated/ProjectB/project.json

24 lines
401 B
JSON
Raw Normal View History

2017-01-31 21:09:35 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {
"ProjectA": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.1": {
2017-01-31 21:09:35 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
2017-01-31 21:09:35 +00:00
}
},
"imports": "dnxcore50"
}
}
}