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