16 lines
267 B
JSON
16 lines
267 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"TestProjectWithSelfReferencingDependency": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|