-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paket dotnet tool doesn't run on 3.0 previews #3634
Comments
Documentation about roll-forward behaviors is here: https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/roll-forward-on-no-candidate-fx.md#roll-forward-in-absence-of-candidate-fx |
setting |
Instead of the user having to set an environment variable, we could package a runtimesettings configuration file that opts-in to roll-forward on major versions: https://natemcmaster.com/blog/2019/01/09/netcore-primitives-3/#runtimeconfigtemplatejson |
Same thing in fake: fsprojects/FAKE#2325 |
I wondered why this felt like deja-vu. Would you like me to replicate my PR over there? |
Sure, would love to merge it :). |
Closing, was fixed in #3635 |
Description
running
paket restore
on the 3.0 preview7 runtime fails with the following error:I think we need a build of the paket tool that multi-targets to 3.0, because the default roll-forward strategy only supports going up a minor version (ie from 2.1 to 2.2).
The text was updated successfully, but these errors were encountered: