You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool will fail to run on .net core 3 runtimes, because the default roll-forward config only allows rolling-forward across minor versions. There are a few options here, in order from worst to best:
let the user specify a roll-forward env variable: DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2 to allow major-version roll forward
This tool will fail to run on .net core 3 runtimes, because the default roll-forward config only allows rolling-forward across minor versions. There are a few options here, in order from worst to best:
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2
to allow major-version roll forwardThe text was updated successfully, but these errors were encountered: