Skip to content

[release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios - #11616

Merged
Jose Perez Rodriguez (joperezr) merged 2 commits into
release/9.5from
backport/pr-11599-to-release/9.5
Sep 29, 2025
Merged

[release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios#11616
Jose Perez Rodriguez (joperezr) merged 2 commits into
release/9.5from
backport/pr-11599-to-release/9.5

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Sep 24, 2025

Copy link
Copy Markdown
Contributor

Backport of #11599 to release/9.5

/cc Mitch Denny (@mitchdenny)Copilot

Customer Impact

This PR softens the constraint around requiring .NET 10 RTM for app host single file support to accepting even pre-release .NET 10. This reduces the requirement to set a config value in addition to the feature flag reducing some user friction.

Testing

Automated test was added. Plus manually verfified.

Risk

Low.

Regression?

CopilotAIand others added 2 commits September 24, 2025 00:18
Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
ContributorAuthor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 11616

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 11616"

@joperezr

Copy link
Copy Markdown
Member

localized change, low risk, completing single-file. approved.

@joperezr

Copy link
Copy Markdown
Member

Is the plan to remove this once .NET 10 ships?

@joperezrJose Perez Rodriguez (joperezr) added the Servicing-approved Approved for servicing release label Sep 29, 2025
@davidfowl

Copy link
Copy Markdown
Collaborator

Is the plan to remove this once .NET 10 ships?

We will re-baseline to requiring the 10 sdk when we ship the next version.

This was referenced Oct 27, 2025
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Oct 30, 2025
@sebastienros
Sébastien Ros (sebastienros) deleted the backport/pr-11599-to-release/9.5 branch January 15, 2026 23:44
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Re-opened Github-Action PRServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@joperezr@davidfowl