dotnet-installer/src/dotnet/project.json

23 lines
485 B
JSON
Raw Normal View History

2015-10-03 18:34:08 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-01-27 07:48:11 +00:00
"NETStandard.Library": "1.0.0-rc3-23727",
2016-01-22 18:40:01 +00:00
2016-01-06 07:48:50 +00:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils.Sources": {
"type": "build",
"version": "1.0.0-*"
}
2015-10-20 09:42:29 +00:00
},
"frameworks": {
2016-01-22 18:40:01 +00:00
"dnxcore50": {
"imports": "portable-net451+win8"
}
},
"scripts": {
2015-10-03 18:34:08 +00:00
}
}