[release/10.1] AI Project Template Servicing#7169
Merged
jeffhandley merged 6 commits intodotnet:release/10.1from Dec 20, 2025
Merged
[release/10.1] AI Project Template Servicing#7169jeffhandley merged 6 commits intodotnet:release/10.1from
jeffhandley merged 6 commits intodotnet:release/10.1from
Conversation
* Remove project template snapshots * Overhaul project template builds and testing * Add back project template snapshots after testing overhaul * Remove project template snapshots * Overhaul project template builds and testing, approach 2 * Add back project template snapshots * Fix tools vs. tests package version imports * Use full package names for all template PackageVersion references * Improve MSBuild integration for getting project package versions * Fix build/clean properties for project template artifacts paths * Address PR feedback 1. Remove unused AllowExplicitReference property on PackageReference 2. Remove SetTargetFramework to avoid possible unintended side effects 3. Simplify how the replacement properties are passed in for template content Also tighten up the Snapshot test AddPackageReferenceScrubber helper to ensure it only replaces version strings so that bugs in the MSBuild replacement logic that produce unexpected replacement strings do not get matched. This ensures the Snapshot tests fail if the version replacement logic is broken. As part of that, the scrubber helpers were moved into the VerifyScrubbers.cs file.
* Move the mcpserver template into a new Microsoft.McpServer.ProjectTemplates package * Add local/remote option to McpServer template. Bump to MCP 0.5.0-preview.1. * Address feedback on the mcpserver remote template 1. Move the VS/VS Code local config documentation blurb up in the README 2. Add a Known Issues section to the README 3. When using VS (not CLI or VS Code), use HTTPS instead of HTTP * Fix typo in README
MackinnonBuck
approved these changes
Dec 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This stages a 10.1.2 release to service the project templates. Notably, it updates the Agent Framework template to the latest version and it introduces the local vs. remote mcpserver template option with that template moving into a new package.
As a precursor to those updates, the project template infrastructure overhaul is pulled in as well.
These were clean cherry-picks.
Microsoft Reviewers: Open in CodeFlow