22 lines
467 B
JSON
22 lines
467 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"commands": {
|
||
|
"dotnet": "Microsoft.DotNet.Cli"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"System.Console": "4.0.0-*",
|
||
|
"System.Collections": "4.0.11-*",
|
||
|
"System.Linq": "4.0.1-*",
|
||
|
"System.Diagnostics.Process": "4.1.0-*",
|
||
|
"Microsoft.Framework.CommandLineUtils.Sources": {
|
||
|
"type": "build",
|
||
|
"version": "1.0.0-*"
|
||
|
}
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"dnxcore50": { }
|
||
|
}
|
||
|
}
|