2016-04-08 22:33:32 +00:00
|
|
|
{
|
2016-05-09 09:34:04 +00:00
|
|
|
"version": "1.0.0-preview2-*",
|
2016-04-08 22:33:32 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-04-13 00:29:07 +00:00
|
|
|
"version": "1.0.0-rc2-*"
|
2016-04-08 22:33:32 +00:00
|
|
|
},
|
2016-05-06 00:21:27 +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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|