20 lines
353 B
JSON
20 lines
353 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004397"
|
|
},
|
|
"LibraryWithBuildDependency": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|