2016-04-15 21:45:51 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Data.OData": "5.6.4",
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-04-19 21:58:45 +00:00
|
|
|
"version": "1.0.0-rc2-*"
|
2016-04-15 21:45:51 +00:00
|
|
|
},
|
|
|
|
"TestLibraryWithResources": { "target": "project" }
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [ "portable-net45+win8" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|