-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[ Suggestion ] Add rollForward policy to the global.json config #4259
Comments
We have SDK version pinned because the concept of backwards compatibility seems to not apply well to the SDK. Anything newer than one in our |
Are you sure ? I have only |
The very next patch version after 3.1.101 (3.1.201 I think) broke Avalonia builds (see SharpGenTools/SharpGenTools#164 (comment)). This wouldn't be the first time that a .NET update broke our CI builds, so I think not having a roll-forward policy was a good idea. |
Okay. Closing the issue then. |
The actual reason is most likely a bug in CoreCLR |
I have the latest version of VS 2019 and VS 2019 preview (both with .NET Core 2.1 and 3.1 installed) and if I don't remove the specific version from global.json, not a single project can be loaded. edit: currently building and running with |
https://docs.microsoft.com/en-us/dotnet/core/tools/global-json?tabs=netcore3x#rollforward
The text was updated successfully, but these errors were encountered: