Skip to content

Update host and worker versions, dependencies, and migrate to .NET 10#4850

Open
liliankasem wants to merge 14 commits intomainfrom
liliankasem/host/4.1049.100
Open

Update host and worker versions, dependencies, and migrate to .NET 10#4850
liliankasem wants to merge 14 commits intomainfrom
liliankasem/host/4.1049.100

Conversation

@liliankasem
Copy link
Copy Markdown
Member

@liliankasem liliankasem commented Apr 8, 2026

Issue describing the changes in this PR

resolves #issue_for_this_pr

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Right now, I am suppressing IWebHost deprecation warning because Startup : IStartup requires the IWebHost lifecycle. We should discuss if we want to address this in this release or a future one.

@liliankasem liliankasem force-pushed the liliankasem/host/4.1049.100 branch from 98ad490 to c3fc99d Compare April 8, 2026 17:27
Comment thread NuGet.Config Outdated
Comment thread eng/build/Packages.props Outdated
@liliankasem liliankasem marked this pull request as ready for review April 20, 2026 22:11
@liliankasem liliankasem requested review from a team as code owners April 20, 2026 22:11
liliankasem and others added 14 commits April 21, 2026 16:25
- 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>
@liliankasem liliankasem force-pushed the liliankasem/host/4.1049.100 branch from 76b6464 to 530debc Compare April 21, 2026 23:36
@liliankasem liliankasem changed the base branch from main to liliankasem/host/4.1048 April 21, 2026 23:36
@liliankasem
Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants