19 lines
321 B
Text
19 lines
321 B
Text
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
|
||
|
"dependencies": {
|
||
|
"NETStandard.Library": "1.0.0-rc2-23616"
|
||
|
},
|
||
|
|
||
|
"frameworks": {
|
||
|
"dnxcore50": { }
|
||
|
},
|
||
|
|
||
|
"tools": {
|
||
|
"dotnet-hello": { "version": "1.0.0", "target": "package" }
|
||
|
}
|
||
|
}
|