Skip to content

Upgrade target framework to .NET 10 - #964

Merged
albertospelta merged 1 commit into
mainfrom
alberto/upgrade-net10
Jul 29, 2026
Merged

Upgrade target framework to .NET 10#964
albertospelta merged 1 commit into
mainfrom
alberto/upgrade-net10

Conversation

@albertospelta

Copy link
Copy Markdown
Member

Move from net6-windows, which is out of support, to net10.0-windows, matching the SDK already pinned in global.json. Also, changes include removing ConfigureSecurityProtocols. On .NET 10, ServicePointManager settings no longer affect HttpClient or SslStream, so the method is no longer required. TLS protocol selection is delegated to the operating system, following the recommended approach.

Move from net6-windows, which is out of support, to net10.0-windows, matching the SDK already pinned in global.json. Also, changes include removing ConfigureSecurityProtocols. On .NET 10, ServicePointManager settings no longer affect HttpClient or SslStream, so the method is no longer required. TLS protocol selection is delegated to the operating system, following the recommended approach.
@albertospelta
albertospelta marked this pull request as ready for review July 29, 2026 11:03
@albertospelta
albertospelta merged commit f2da5eb into main Jul 29, 2026
2 checks passed
@albertospelta
albertospelta deleted the alberto/upgrade-net10 branch July 29, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant