2016-03-27 00:16:39 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"dotnet-desktop-and-portable": "1.0.0"
|
2016-03-27 00:16:39 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-03-30 14:10:08 +00:00
|
|
|
"version": "1.0.0-rc2-23930"
|
2016-03-27 00:16:39 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"imports": [
|
|
|
|
"portable-net45+win8",
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
|
|
|
},
|
2016-03-29 15:59:19 +00:00
|
|
|
"net451": {}
|
2016-03-27 00:16:39 +00:00
|
|
|
},
|
|
|
|
"tools": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"dotnet-dependency-tool-invoker": {
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
2016-03-27 00:16:39 +00:00
|
|
|
}
|
|
|
|
}
|