2016-04-08 22:33:32 +00:00
|
|
|
{
|
2016-05-10 21:51:56 +00:00
|
|
|
"version": "1.0.0-rc-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-04-08 22:33:32 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-16 22:30:53 +00:00
|
|
|
"version": "1.0.0-rc3-004306"
|
2016-04-08 22:33:32 +00:00
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"Microsoft.Extensions.DependencyModel": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-04-08 22:33:32 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-04-08 22:33:32 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-05-13 02:03:08 +00:00
|
|
|
}
|