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-08-30 16:52:35 +00:00
|
|
|
"version": "1.0.1"
|
2016-04-08 22:33:32 +00:00
|
|
|
},
|
2016-08-23 20:12:00 +00:00
|
|
|
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-000933"
|
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-26 18:11:22 +00:00
|
|
|
}
|