-
Notifications
You must be signed in to change notification settings - Fork 849
Update project template dependencies #7064
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
Update project template dependencies #7064
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 external package dependencies in AI project templates to their latest versions for the 10.0.1 servicing release. The updates are centrally defined in GeneratedContent.targets and propagated to test snapshot files that verify template generation output.
Key changes include:
- Updating ML tokenizer packages from preview to stable 2.0.0 release
- Bumping OpenTelemetry packages from 1.13.0 to 1.14.0
- Updating various AI-related SDKs (OllamaSharp, CommunityToolkit.Aspire, ModelContextProtocol, etc.) to their latest versions
Reviewed Changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/ProjectTemplates/GeneratedContent.targets | Source of truth: defines all external package versions used in project templates |
| test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/mcpserver.*.verified/mcpserver/mcpserver.csproj | Snapshot verification files for MCP server template with ModelContextProtocol version update |
| test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb..verified//*.csproj | Snapshot verification files for AI chat web templates with ML tokenizers, OpenTelemetry, OllamaSharp, CommunityToolkit.Aspire, PdfPig, and Azure.Identity updates |
| test/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates.IntegrationTests/Snapshots/aiagent-webapi.*.verified/aiagent-webapi/aiagent-webapi.csproj | Snapshot verification files for AI agent web API templates with OllamaSharp and Azure.Identity updates |
Updates all external dependencies in Microsoft.Extensions.AI.Templates and Microsoft.Agents.AI.Templates to the latest versions. This will be added into the pending 10.0.1 servicing release being prepared today.
Microsoft Reviewers: Open in CodeFlow