Skip to content

Conversation

@DonnaChen888
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings December 18, 2025 06:11
@DonnaChen888 DonnaChen888 requested a review from a team as a code owner December 18, 2025 06:11
@github-actions github-actions bot added the Area-Common templates Covers templates in the repo (classlib, console, common item templates) label Dec 18, 2025
Copy link
Contributor

Copilot AI left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Common templates Covers templates in the repo (classlib, console, common item templates)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants