2016-05-12 17:33:32 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-05-12 17:33:32 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"TwoTargetLargeP1" : {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0-rc2-*"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": { },
|
|
|
|
"netstandard1.5": { }
|
|
|
|
}
|
|
|
|
}
|