15 lines
324 B
JSON
15 lines
324 B
JSON
|
{
|
||
|
"compilationOptions": {
|
||
|
"outputName": "MyApp",
|
||
|
"emitEntryPoint": true,
|
||
|
"preserveCompilationContext": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"NETStandard.Library": "1.0.0-rc2-23901"
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netstandardapp1.5": {
|
||
|
"imports": "dnxcore50"
|
||
|
}
|
||
|
}
|
||
|
}
|