19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"testRunner": "must-be-specified-to-generate-deps",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-23924",
|
|
"dotnet-hello": {
|
|
"version": "1.0.0",
|
|
"target": "package"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|