2016-04-20 23:05:53 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-04-20 23:05:53 +00:00
|
|
|
"outputName": "dotnet-tool-with-output-name",
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-04-20 23:05:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|