dotnet-installer/tools/RuntimeGraphGenerator/project.json

26 lines
720 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-04-15 19:37:45 +00:00
"NuGet.RuntimeModel": "3.5.0-beta-1178",
"NuGet.Versioning": "3.5.0-beta-1178",
"System.CommandLine": "0.1.0-e160119-1",
2016-04-22 15:58:43 +00:00
"System.Runtime.Serialization.Json": "4.0.2-rc2-24022",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
2016-03-27 00:16:39 +00:00
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100",
2016-04-22 15:58:43 +00:00
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24022",
"NETStandard.Library": "1.5.0-rc2-24022"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+wp80+win8+wpa81+dnxcore50"
]
}
}
}