-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Move to .NET SDK 5.0.102 #50692
Move to .NET SDK 5.0.102 #50692
Conversation
@dotnet/roslyn-infrastructure PTAL |
The associated runtime version contains the fix for a CLR crash that we are hitting in our infrastructure. Moving should help us increase stability here. dotnet/runtime#45557
@Youssef1313 indeed it is a dupe. This is what I get for coding at 5AM 😦 @RikkiGibson your PR forgot the update to the installation docs. Fine with taking either PR but if we take yours we should include the doc update too. |
Is there some way to foolproof that in the future such as a comment in global.json as it's often not been done at the same time. |
If the IDE/project system automatically downloaded the correct version, the comment wouldn't be required at all. The link only exists because the IDE support for global.json is incomplete. |
@@ -20,7 +20,7 @@ The minimal required version of .NET Framework is 4.7.2. | |||
- Ensure Visual Studio is on Version "16.8" or greater | |||
- Ensure "Use previews of the .NET Core SDK" is checked in Tools -> Options -> Environment -> Preview Features | |||
- Restart Visual Studio | |||
1. [.NET Core SDK 5.0](https://dotnet.microsoft.com/download/dotnet-core/5.0) [Windows x64 installer](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.100-windows-x64-installer) | |||
1. [.NET Core SDK 5.0](https://dotnet.microsoft.com/download/dotnet-core/5.0) [Windows x64 installer](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.102-windows-x64-installer) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A similar change may be needed for the instructions on Unix
The associated runtime version contains the fix for a CLR crash that we
are hitting in our infrastructure. Moving should help us increase
stability here.
dotnet/runtime#45557