dotnet-installer/src/Microsoft.DotNet.Cli/project.json

30 lines
652 B
JSON
Raw Normal View History

2015-10-03 18:34:08 +00:00
{
"name": "dotnet",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"dotnet": "Microsoft.DotNet.Cli"
},
"dependencies": {
2015-10-28 21:35:29 +00:00
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
2015-10-28 21:35:29 +00:00
"System.Console": "4.0.0-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Diagnostics.Process": "4.1.0-beta-*",
"Microsoft.DotNet.Cli.Utils": {
"type": "build",
"version": "1.0.0-*"
2015-10-20 09:42:29 +00:00
},
"Microsoft.Extensions.CommandLineUtils.Sources": {
"type": "build",
2015-10-28 21:35:29 +00:00
"version": "1.0.0-*"
2015-10-03 18:34:08 +00:00
}
},
"frameworks": {
"dnxcore50": { }
}
}