This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json
2016-02-12 15:26:35 -08:00

12 lines
218 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"System.Diagnostics.Process": "4.1.0-rc2-23811"
},
"frameworks": {
"dnxcore50": { }
}
}