dotnet-installer/tools/appdep/project.json
2016-04-08 04:05:26 -07:00

15 lines
297 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24008",
"Microsoft.DotNet.AppDep": "1.0.6-prerelease-00003"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}