27 lines
483 B
JSON
27 lines
483 B
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"ToolWithOutputName": {
|
|
"version": "1.0.0",
|
|
"target": "package"
|
|
},
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-rc3-004391",
|
|
"type": "platform"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {}
|
|
},
|
|
"tools": {
|
|
"dotnet-dependency-tool-invoker": {
|
|
"version": "1.0.0-*",
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|