Update aiagent-webapi template to latest Agent Framework versions (rc1/260219)#7339
Merged
stephentoub merged 2 commits intomainfrom Feb 25, 2026
Merged
Conversation
…1/260219) Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update aiagent-webapi project template to latest Agent Framework version
Update aiagent-webapi template to latest Agent Framework versions (rc1/260219)
Feb 25, 2026
Member
|
All end-to-end integration tests passed locally as well. |
jeffhandley
approved these changes
Feb 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the aiagent-webapi project template’s Agent Framework dependencies to align with the latest released versions, accounting for the fact that some hosting-related packages now version independently from the core packages.
Changes:
- Bump Agent Framework core package versions to
1.0.0-rc1in template package version props. - Add explicit version entries for
Microsoft.Agents.AI.DevUIandMicrosoft.Agents.AI.Hosting(now trailing core versioning). - Update the template
.csproj-into reference the new per-package version keys for DevUI and Hosting.
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/templates/AIAgentWebApi-CSharp/AIAgentWebApi-CSharp.csproj-in |
Switches DevUI/Hosting PackageReference version tokens to dedicated package version keys. |
eng/packages/ProjectTemplates.props |
Updates Agent Framework package versions and adds new explicit version entries for DevUI and Hosting. |
stephentoub
approved these changes
Feb 25, 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.
The
aiagent-webapiproject template was pinned to1.0.0-preview.260127.1of the Agent Framework packages. The Agent Framework has since published1.0.0-rc1for core packages and1.0.0-preview.260219.1/1.0.0-alpha.260219.1for hosting packages.Version updates (
eng/packages/ProjectTemplates.props)Microsoft.Agents.AI1.0.0-preview.260127.11.0.0-rc1Microsoft.Agents.AI.Workflows1.0.0-preview.260127.11.0.0-rc1Microsoft.Agents.AI.Hosting.OpenAI1.0.0-alpha.260127.11.0.0-alpha.260219.1Microsoft.Agents.AI.DevUIMicrosoft.Agents.AI)1.0.0-preview.260219.1(new explicit entry)Microsoft.Agents.AI.HostingMicrosoft.Agents.AI)1.0.0-preview.260219.1(new explicit entry)Compensating template change (
AIAgentWebApi-CSharp.csproj-in)DevUIandHostingpreviously borrowed theMicrosoft.Agents.AIversion key since all packages shipped together. They now trail the core on versioning, so each gets its own version variable:No
Program.cschanges are required — all template-visible APIs (AddAIAgent,ChatClientAgent,AgentWorkflowBuilder.BuildSequential,AddAsAIAgent,AddOpenAIResponses/Conversations,MapOpenAIResponses/Conversations,MapDevUI) are unchanged across these versions.Original prompt
Created from Copilot CLI via the copilot delegate command.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Microsoft Reviewers: Open in CodeFlow