7cc90d9ad1
dotnet-build will produce a deps file for portable builds, and will now create "runnable" outputs for RID-less targets the outputs won't actually be runnable today because we need corehost changes and to generate a deps.json file for corehost to use.
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"dependencies": {
|
|
},
|
|
"frameworks": {
|
|
"net45": {},
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23901"
|
|
}
|
|
}
|
|
}
|
|
}
|