23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"name": "dotnet",
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc3-23727",
|
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
|
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
},
|
|
"scripts": {
|
|
}
|
|
}
|