19 lines
314 B
JSON
19 lines
314 B
JSON
|
{
|
||
|
"buildOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"TestApp2": { "target": "project" }
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netcoreapp1.0": {
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.0-rc3-*"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|