PowerShell/src/Microsoft.PowerShell.GlobalTool.Shim/runtimeconfig.template.json
Aditya Patwardhan fb05169a51
Build Global tool for PowerShell and SDK container (#8984)
* Add shim dll to redirect to appropriate runtime
* Build updates for creating global tool package
* Add building global tool to nuget.yml
* Add azure upload of nuget packages
2019-02-26 12:56:29 -08:00

5 lines
115 B
JSON

// This is required to roll forward to runtime 3.x when 2.x is not installed
{
"rollForwardOnNoCandidateFx": 2
}