2016-03-16 23:39:59 +00:00
|
|
|
{
|
2016-03-22 15:39:04 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"outputName": "MyApp",
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"preserveCompilationContext": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-18 05:23:16 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-24018"
|
2016-03-22 15:39:04 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": "dnxcore50"
|
2016-03-16 23:39:59 +00:00
|
|
|
}
|
2016-03-22 15:39:04 +00:00
|
|
|
}
|
|
|
|
}
|