17 lines
315 B
JSON
17 lines
315 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
|
||
|
"dependencies": {
|
||
|
"TestLibraryWithAppDependency": { "target":"project", "version":"1.0.0-*" },
|
||
|
|
||
|
"NETStandard.Library": "1.0.0-rc2-23808"
|
||
|
},
|
||
|
|
||
|
"frameworks": {
|
||
|
"dnxcore50": { }
|
||
|
},
|
||
|
}
|