2016-04-15 21:45:51 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-04-15 21:45:51 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Data.OData": "5.6.4",
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-06 23:56:24 +00:00
|
|
|
"version": "1.0.0-rc3-004408"
|
2016-04-15 21:45:51 +00:00
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"TestLibraryWithResources": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-04-15 21:45:51 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
2016-05-13 02:03:08 +00:00
|
|
|
"imports": [
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-04-15 21:45:51 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|