Update Agent Framework to 1.13.0#7613
Merged
Merged
Conversation
Bump the Microsoft.Agents.AI packages pinned in eng/packages/ProjectTemplates.props to Agent Framework 1.13.0 (each at its own tier) and align the Microsoft.Agents.AI.ProjectTemplates package version: - Microsoft.Agents.AI: 1.3.0 -> 1.13.0 - Microsoft.Agents.AI.DevUI: 1.3.0-preview.260423.1 -> 1.13.0-preview.260703.1 - Microsoft.Agents.AI.Hosting: 1.3.0-preview.260423.1 -> 1.13.0-preview.260703.1 - Microsoft.Agents.AI.Hosting.OpenAI: 1.3.0-alpha.260423.1 -> 1.13.0-alpha.260703.1 - Microsoft.Agents.AI.Workflows: 1.3.0 -> 1.13.0 - Microsoft.Agents.AI.ProjectTemplates: 1.3.0-preview -> 1.13.0-preview Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Agent Framework dependency versions used by the project templates, bumping the pinned Microsoft.Agents.AI* packages to 1.13.0 and aligning the Microsoft.Agents.AI.ProjectTemplates package version to match the same 1.13.0-preview minor version line.
Changes:
- Bump pinned template package versions for
Microsoft.Agents.AI,Microsoft.Agents.AI.DevUI,Microsoft.Agents.AI.Hosting,Microsoft.Agents.AI.Hosting.OpenAI, andMicrosoft.Agents.AI.Workflowsto the1.13.0/260703builds. - Update the template package’s
MinorVersionfrom3to13to keep the template NuGet version aligned with the Agent Framework release line.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates.csproj | Aligns the template package versioning (MinorVersion) with Agent Framework 1.13.0. |
| eng/packages/ProjectTemplates.props | Updates the centrally-pinned Microsoft.Agents.AI* package versions consumed by template content generation. |
Collaborator
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1500652&view=codecoverage-tab |
jozkee
approved these changes
Jul 9, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the Microsoft.Agents.AI packages pinned in
eng/packages/ProjectTemplates.propsto Agent Framework1.13.0(released 260703) and aligns theMicrosoft.Agents.AI.ProjectTemplatespackage version to match.Package version changes
Microsoft.Agents.AI1.3.01.13.0Microsoft.Agents.AI.DevUI1.3.0-preview.260423.11.13.0-preview.260703.1Microsoft.Agents.AI.Hosting1.3.0-preview.260423.11.13.0-preview.260703.1Microsoft.Agents.AI.Hosting.OpenAI1.3.0-alpha.260423.11.13.0-alpha.260703.1Microsoft.Agents.AI.Workflows1.3.01.13.0Each package keeps its own stabilization tier (stable /
-preview/-alpha).Template package version
Microsoft.Agents.AI.ProjectTemplates:1.3.0-preview->1.13.0-preview(Major/Minor/Patch aligned to the release; prerelease label unchanged).Validation
The
aiagent-webapitemplate was restored, built, and packed against 1.13.0, and its snapshot + execution tests pass. Agent Framework changes across the1.3.0->1.13.0range were reviewed; the breaking changes in that span are not consumed by theaiagent-webapitemplate or theMicrosoft.Extensions.AI*libraries, so no consumption updates were required. CI on this PR is authoritative.Microsoft Reviewers: Open in CodeFlow