20 lines
278 B
JSON
20 lines
278 B
JSON
|
{
|
|||
|
"version": "1.0.0-*",
|
|||
|
"buildOptions": {
|
|||
|
"emitEntryPoint": true
|
|||
|
},
|
|||
|
|
|||
|
"dependencies": {
|
|||
|
"Microsoft.NETCore.App": {
|
|||
|
"type": "platform",
|
|||
|
"version": "1.0.1"
|
|||
|
}
|
|||
|
},
|
|||
|
|
|||
|
"frameworks": {
|
|||
|
"netcoreapp1.0": {
|
|||
|
"imports": "dnxcore50"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|