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

25 lines
640 B
JSON
Raw Normal View History

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