22 lines
394 B
JSON
22 lines
394 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.0-rc2-24008"
|
||
|
},
|
||
|
"Microsoft.Extensions.DependencyModel": "1.0.0-*"
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netstandard1.5": {
|
||
|
"imports": [
|
||
|
"dnxcore50",
|
||
|
"portable-net45+win8"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|