chore(build): update dotnet version check to support .NET 10+#37256
chore(build): update dotnet version check to support .NET 10+#37256mergify[bot] merged 3 commits intoaws:mainfrom
Conversation
1d999d5 to
3e73955
Compare
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
3e73955 to
18bedde
Compare
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
18bedde to
15baeca
Compare
15baeca to
a19b892
Compare
a19b892 to
e082f36
Compare
e082f36 to
50fb6fd
Compare
|
Updated the PR title and commit message from fix(build) to chore(build) because the fix type triggered the automation rule requiring test changes, which does not apply to this build prerequisite update. |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 2 hours 9 minutes 11 seconds in the queue, including 2 hours 8 minutes 55 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #37261
Reason for this change
.NET 10 is now out: Announcing .NET 10
The prerequisite check does not currently recognize .NET 10 SDK versions.
A similar update was previously made for .NET 9, and this change extends the version check so contributors using .NET 10 do not fail setup unnecessarily.
Description of changes
Updated the dotnet prerequisite version check regex to recognize .NET 10 SDK versions.
This keeps the existing behavior for previously allowed versions and fixes the case where two-digit major versions were not accepted by the check.
Describe any new or updated permissions being added
No new permissions are required.
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license