dotnet-installer/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json

14 lines
290 B
JSON
Raw Normal View History

2016-02-02 18:04:50 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"System.Diagnostics.Process": "4.1.0-rc2-23811",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
2016-02-02 18:04:50 +00:00
},
"frameworks": {
"dnxcore50": { }
}
}