21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-23931"
|
|
}
|
|
},
|
|
"imports": [
|
|
"portable-net45+win8",
|
|
"dnxcore50"
|
|
]
|
|
},
|
|
"net451": {}
|
|
}
|
|
}
|