-
Notifications
You must be signed in to change notification settings - Fork 668
DYN-9772 Update dotnet sdk #16662
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
DYN-9772 Update dotnet sdk #16662
Conversation
- update dotnet sdk version to 10.0.100-rc.2.25502.107
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.
Pull Request Overview
Updates the .NET SDK version from a preview build to a release candidate. This PR modernizes the build environment by updating from .NET 10 preview 5 to release candidate 2, which provides better stability and performance for the development workflow.
- Updates .NET SDK version across configuration files and CI workflows
- Reorganizes README documentation structure for better clarity
- Updates build requirement documentation to reflect new .NET version
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates SDK version from preview to release candidate |
| README.md | Updates build requirements and reorganizes documentation sections |
| .github/workflows/dynamo_bin_diff.yml | Updates CI workflow to use new .NET SDK version |
| .github/workflows/build_dynamo_core.yml | Updates CI workflow to use new .NET SDK version |
| .github/workflows/build_dynamo_all.yml | Updates CI workflow to use new .NET SDK version |
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9772
|
FYI Dynamo SelfServe check is expected to fail for now as we don't have required SDK installed yet. |
and that should start working after we merge this PR https://git.autodesk.com/Dynamo/DynamoBuildscripts/pull/72 ? |
No, that is for the the BRE pipeline. We will need to update https://git.autodesk.com/Dynamo/DynamoSelfServe/blob/pullRequestValidation/pipeline.yml |
Purpose
Declarations
Check these if you believe they are true
Release Notes
N/A
Reviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of