17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"testRunner": "must-be-specified-to-generate-deps",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
|
"dotnet-hello": {"version": "1.0.0", "target": "package"}
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|