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-31 20:27:46 +00:00
|
|
|
"version": "1.0.0-rc3-004363"
|
2016-04-20 23:05:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|