Skip to content

Let dotnet scaffold target net8 9 10 11#3558

Merged
haileymck merged 19 commits intomainfrom
dev/hmckelvie/target-framework-net8-9-10-11
Feb 23, 2026
Merged

Let dotnet scaffold target net8 9 10 11#3558
haileymck merged 19 commits intomainfrom
dev/hmckelvie/target-framework-net8-9-10-11

Conversation

@haileymck
Copy link
Copy Markdown
Member

@haileymck haileymck commented Feb 12, 2026

  • Allow for dotnet scaffold to target net 8, 9, 10, 11 projects
  • adds unit tests for targeting each net 8, 9, 10, 11 projects
  • adds specific package versions for each net 8, 9, 10, 11 projects in Versions.props
    Note this may change how the automated package update PRs are configured
  • Allows for finding the correct CodeModificationConfigFile for the version of .NET of the project. Note that these different files live in their respective .net folder
  • Allows for finding the correct .tt template file for the version of .NET of the project. The files are used to generate code in the users' project. Note that these different files live in their respective .net folder
  • if invalid project file, defaults to the templates for net 11 projects.
  • fixes UseExistingApplication misspelling

fixes #3529
fixes #3530
fixes #3537

Comment thread eng/Versions.props Outdated
Comment thread eng/Versions.props Outdated
phenning
phenning previously approved these changes Feb 19, 2026
drewnoakes
drewnoakes previously approved these changes Feb 20, 2026
@haileymck haileymck force-pushed the dev/hmckelvie/target-framework-net8-9-10-11 branch from bab98f0 to 9127f20 Compare February 20, 2026 23:48
@haileymck haileymck merged commit f01b368 into main Feb 23, 2026
8 checks passed
@haileymck haileymck deleted the dev/hmckelvie/target-framework-net8-9-10-11 branch February 23, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants