2016-10-20 22:33:47 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": false
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2016-10-21 00:39:51 +00:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": "dnxcore50",
|
|
|
|
"dependencies": {
|
|
|
|
"NETStandard.Library": "1.6.0"
|
2016-10-20 22:33:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"netstandard1.5": {
|
|
|
|
"imports": "dnxcore50",
|
|
|
|
"dependencies": {
|
|
|
|
"NETStandard.Library": "1.6.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|