Skip to content

Update Agent Framework to 1.13.0#7613

Merged
wtgodbe merged 1 commit into
dotnet:mainfrom
jeffhandley:update-agent-framework-template
Jul 9, 2026
Merged

Update Agent Framework to 1.13.0#7613
wtgodbe merged 1 commit into
dotnet:mainfrom
jeffhandley:update-agent-framework-template

Conversation

@jeffhandley

@jeffhandley jeffhandley commented Jul 9, 2026

Copy link
Copy Markdown
Member

Bumps the Microsoft.Agents.AI packages pinned in eng/packages/ProjectTemplates.props to Agent Framework 1.13.0 (released 260703) and aligns the Microsoft.Agents.AI.ProjectTemplates package version to match.

Package version changes

Package Old New
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

Each 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-webapi template was restored, built, and packed against 1.13.0, and its snapshot + execution tests pass. Agent Framework changes across the 1.3.0 -> 1.13.0 range were reviewed; the breaking changes in that span are not consumed by the aiagent-webapi template or the Microsoft.Extensions.AI* libraries, so no consumption updates were required. CI on this PR is authoritative.

Microsoft Reviewers: Open in CodeFlow

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>
@jeffhandley jeffhandley marked this pull request as ready for review July 9, 2026 02:57
@jeffhandley jeffhandley requested review from a team as code owners July 9, 2026 02:57
@jeffhandley jeffhandley requested review from Copilot and jozkee July 9, 2026 02:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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, and Microsoft.Agents.AI.Workflows to the 1.13.0 / 260703 builds.
  • Update the template package’s MinorVersion from 3 to 13 to 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.

@dotnet-comment-bot

Copy link
Copy Markdown
Collaborator

‼️ Found issues ‼️

Project Coverage Type Expected Actual
Microsoft.Extensions.Diagnostics.Testing Line 99 98.65 🔻
Microsoft.Extensions.Telemetry Line 93 92.64 🔻
Microsoft.Extensions.AI Line 89 88.63 🔻
Microsoft.Extensions.AI Branch 89 88.57 🔻
Microsoft.Extensions.AI.OpenAI Line 75 62.75 🔻
Microsoft.Extensions.AI.OpenAI Branch 75 50.26 🔻
Microsoft.Extensions.DataIngestion.MarkItDown Line 75 4.46 🔻
Microsoft.Extensions.DataIngestion.MarkItDown Branch 75 0 🔻
Microsoft.Extensions.Diagnostics.ResourceMonitoring Line 99 96.03 🔻
Microsoft.Extensions.Diagnostics.ResourceMonitoring Branch 99 92.76 🔻
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes Line 99 97.73 🔻
Microsoft.Extensions.ServiceDiscovery.Dns Line 75 71.61 🔻
Microsoft.Extensions.ServiceDiscovery Line 75 67.21 🔻
Microsoft.Extensions.ServiceDiscovery Branch 75 71.43 🔻
Microsoft.Extensions.ServiceDiscovery.Abstractions Line 75 42.11 🔻
Microsoft.Extensions.ServiceDiscovery.Abstractions Branch 75 42.86 🔻
Microsoft.Extensions.ServiceDiscovery.Yarp Line 75 73.85 🔻
Microsoft.Extensions.ServiceDiscovery.Yarp Branch 75 70 🔻
Microsoft.Extensions.VectorData.Abstractions Line 75 37.39 🔻
Microsoft.Extensions.VectorData.Abstractions Branch 75 22.73 🔻

🎉 Good job! The coverage increased 🎉
Update MinCodeCoverage in the project files.

Project Expected Actual
Microsoft.Gen.BuildMetadata 97 100
Microsoft.Gen.MetadataExtractor 57 73
Microsoft.Gen.MetricsReports 67 69
Microsoft.Extensions.AI.Abstractions 82 85
Microsoft.Extensions.AI.Evaluation.NLP 0 78
Microsoft.Extensions.Caching.Hybrid 82 84
Microsoft.Extensions.DataIngestion.Markdig 75 90
Microsoft.Extensions.DataIngestion 75 89
Microsoft.Extensions.Http.Resilience 97 100

Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1500652&view=codecoverage-tab

@wtgodbe wtgodbe merged commit 6ff1bdb into dotnet:main Jul 9, 2026
7 checks passed
@jeffhandley jeffhandley deleted the update-agent-framework-template branch July 10, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants