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