Update host and worker versions, dependencies, and migrate to .NET 10#4850
Open
liliankasem wants to merge 14 commits intomainfrom
Open
Update host and worker versions, dependencies, and migrate to .NET 10#4850liliankasem wants to merge 14 commits intomainfrom
liliankasem wants to merge 14 commits intomainfrom
Conversation
98ad490 to
c3fc99d
Compare
manvkaur
reviewed
Apr 20, 2026
- Host: 4.1047.100 -> 4.1048.200 - NodeJsWorker: 3.12.0 -> 3.13.0 - PythonWorker: 4.42.0 -> 4.43.0 - CLI version: 4.9.0 -> 4.10.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The CLI and test projects target net10.0 in this branch, but the pipeline yaml files still passed -f net8.0 to dotnet publish/test, causing NETSDK1005 errors. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
76b6464 to
530debc
Compare
Member
Author
|
Blocking this release as we need to release 4.1048 first, 4.1049 changes can happen once that host version is fully released. |
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue describing the changes in this PR
resolves #issue_for_this_pr
Pull request checklist
release_notes.mdAdditional information
Right now, I am suppressing
IWebHostdeprecation warning becauseStartup : IStartuprequires theIWebHostlifecycle. We should discuss if we want to address this in this release or a future one.