2016-03-25 22:40:16 +00:00
|
|
|
{
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-03-25 22:40:16 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-25 22:40:16 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-03-25 22:40:16 +00:00
|
|
|
},
|
|
|
|
"System.Linq": "4.0.0"
|
2016-05-13 02:03:08 +00:00
|
|
|
},
|
2016-04-13 00:29:07 +00:00
|
|
|
"imports": "dnxcore50"
|
2016-03-25 22:40:16 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-13 02:03:08 +00:00
|
|
|
}
|