-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Retarget default templates to target net11.0 #52239
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the .NET project templates to target .NET 11.0 instead of .NET 10.0 as the default framework version. The changes systematically replace version references across template configurations, localization files, and project files.
- Template identity and precedence values updated from version 10.0 to 11.0
- Default target framework changed from net10.0 to net11.0 across all template types
- Localization files updated in 14 languages to reflect the new framework version
Reviewed changes
Copilot reviewed 239 out of 371 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| template_feed/.../template.json files | Updated template identities, precedence values (12000→13000), and default framework choices from net10.0 to net11.0 |
| template_feed/.../localize/templatestrings.*.json files | Updated localized descriptions and display names for framework choices across all supported languages |
| template_feed/.../*.csproj, *.vbproj, *.fsproj files | Changed default TargetFramework from net10.0 to net11.0 |
| template_feed/.../dotnetcli.host.json files | Updated usage examples from --framework net10.0 to net11.0 |
| Microsoft.DotNet.Common.ProjectTemplates.11.0.csproj | Changed PackageId from 10.0 to 11.0 version |
| source-build.slnf, sdk.slnx, TemplateEngine.slnf | Updated project references from 10.0 to 11.0 version |
No description provided.