2016-02-23 14:53:51 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": { },
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"net20": { },
|
|
|
|
"net35": { },
|
|
|
|
"net40": { },
|
|
|
|
"net461": { },
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": "dnxcore50",
|
2016-02-23 14:53:51 +00:00
|
|
|
"dependencies": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901"
|
2016-02-23 14:53:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|