19 lines
350 B
JSON
19 lines
350 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.0-rc2-3002498"
|
||
|
},
|
||
|
"LibraryWithBuildDependency": { "target": "project" }
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netcoreapp1.0": {
|
||
|
"imports": "dnxcore50"
|
||
|
}
|
||
|
}
|
||
|
}
|