Skip to content

[dotnet-svcutil] .NET 10.0 support #5805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

imcarolwang
Copy link
Contributor

@imcarolwang imcarolwang commented Jul 2, 2025

Description:

  1. Add net10.0 to the project's target frameworks to ensure the tool runs on machines where only .NET 10.0 SDK is installed (without .NET 8.0 or 9.0).
    On machine with only net10.0 installed, installing the tool with the --allow-roll-forward option ensures the support of net10.0.

  2. Added .NET 10.0 to the supported target frameworks list during code generation, enabling the generation of WCF 8.x references for .NET 10.0 projects, while user projects targeting frameworks outside the list will still get WCF 4.10.x package references.

@imcarolwang imcarolwang requested a review from mconnew July 2, 2025 09:20
@imcarolwang imcarolwang changed the title [dotnet-svcutil] Add .NET 10.0 to list for WCF 8.x references generation [dotnet-svcutil] .NET 10.0 support Jul 7, 2025
@imcarolwang imcarolwang force-pushed the updateWcfPkgRefForNet10 branch from 33149fe to a05172b Compare July 24, 2025 08:07
@imcarolwang imcarolwang force-pushed the updateWcfPkgRefForNet10 branch from a05172b to 23fa0b9 Compare August 4, 2025 02:57
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