Skip to content

[release/13.0] Target net10.0 in client integrations#12560

Merged
eerhardt merged 2 commits intorelease/13.0from
backport/pr-12500-to-release/13.0
Oct 31, 2025
Merged

[release/13.0] Target net10.0 in client integrations#12560
eerhardt merged 2 commits intorelease/13.0from
backport/pr-12500-to-release/13.0

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 31, 2025

Backport of #12500 to release/13.0

/cc @eerhardt

Customer Impact

When using EF on net10, customers can get errors because they would use our client libraries that reference the 9.0 EF libraries, which have binary breaking changes between 9 and 10. For example:

System.MissingMethodException : Method not found: 'System.String Microsoft.EntityFrameworkCore.Diagnostics.AbstractionsStrings.ArgumentIsEmpty(System.Object)'.

Testing

All client integration tests target net10 now.

Risk

Low-ish. Multitargeting to net10 in all client integrations shouldn't affect other TFMs.

Regression?

No

This is especially important for EF integrations where we need to explicitly reference the 10 version of EF when targeting net10.
@github-actions
Copy link
Contributor Author

🚀 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 -- 12560

Or

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

@eerhardt eerhardt added the Servicing-consider Issue for next servicing release review label Oct 31, 2025
@eerhardt eerhardt merged commit 19d07c4 into release/13.0 Oct 31, 2025
296 checks passed
@eerhardt eerhardt deleted the backport/pr-12500-to-release/13.0 branch October 31, 2025 16:58
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Re-opened Github-Action PR Servicing-consider Issue for next servicing release review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants