Skip to content

.NET: Remove version override for v10 packages - #2383

Closed
SergeyMenshykh wants to merge 2 commits into
microsoft:mainfrom
SergeyMenshykh:remove-version-override
Closed

.NET: Remove version override for v10 packages#2383
SergeyMenshykh wants to merge 2 commits into
microsoft:mainfrom
SergeyMenshykh:remove-version-override

Conversation

@SergeyMenshykh

Copy link
Copy Markdown
Contributor

No description provided.

@SergeyMenshykhSergeyMenshykh self-assigned this Nov 21, 2025
@SergeyMenshykhSergeyMenshykh added the .NET Usage: [Issues, PRs], Target: .Net label Nov 21, 2025
CopilotAI review requested due to automatic review settings November 21, 2025 18:25
@SergeyMenshykhSergeyMenshykh moved this to In Review in Agent FrameworkNov 21, 2025

CopilotAI 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 removes version overrides for System.Net.ServerSentEvents and Microsoft.Bcl.AsyncInterfaces packages, allowing them to use the stable 10.0.0 version defined in the central package management file (Directory.Packages.props) instead of the release candidate version 10.0.0-rc.2.25502.107.

  • Standardizes package versions by removing VersionOverride attributes across all project files
  • Transitions from RC version 10.0.0-rc.2.25502.107 to stable version 10.0.0 for two key packages
  • Applies consistently across source, test, and sample projects

Reviewed changes

Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
dotnet/src/Microsoft.Agents.AI.A2A/Microsoft.Agents.AI.A2A.csprojRemoves version overrides to use centrally managed versions
dotnet/src/Microsoft.Agents.AI.AGUI/Microsoft.Agents.AI.AGUI.csprojRemoves version overrides to use centrally managed versions
dotnet/src/Microsoft.Agents.AI.DevUI/Microsoft.Agents.AI.DevUI.csprojRemoves version override for System.Net.ServerSentEvents
dotnet/src/Microsoft.Agents.AI.Hosting.A2A/Microsoft.Agents.AI.Hosting.A2A.csprojRemoves version overrides to use centrally managed versions
dotnet/src/Microsoft.Agents.AI.Hosting.A2A.AspNetCore/Microsoft.Agents.AI.Hosting.A2A.AspNetCore.csprojRemoves version overrides to use centrally managed versions
dotnet/src/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.csprojRemoves version overrides to use centrally managed versions
dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/Microsoft.Agents.AI.Hosting.OpenAI.csprojRemoves version override for System.Net.ServerSentEvents
dotnet/tests/Microsoft.Agents.AI.A2A.UnitTests/Microsoft.Agents.AI.A2A.UnitTests.csprojRemoves version overrides from test project
dotnet/tests/Microsoft.Agents.AI.AGUI.UnitTests/Microsoft.Agents.AI.AGUI.UnitTests.csprojRemoves version overrides from test project
dotnet/tests/Microsoft.Agents.AI.Hosting.A2A.UnitTests/Microsoft.Agents.AI.Hosting.A2A.UnitTests.csprojRemoves version overrides from test project
dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests.csprojRemoves version overrides from integration test project
dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.UnitTests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.UnitTests.csprojRemoves version overrides from test project
dotnet/tests/Microsoft.Agents.AI.Hosting.AzureFunctions.IntegrationTests/Microsoft.Agents.AI.Hosting.AzureFunctions.IntegrationTests.csprojRemoves version override for System.Net.ServerSentEvents from integration test
dotnet/tests/Microsoft.Agents.AI.Hosting.OpenAI.UnitTests/Microsoft.Agents.AI.Hosting.OpenAI.UnitTests.csprojRemoves version overrides from test project
dotnet/samples/A2AClientServer/A2AClient/A2AClient.csprojRemoves version overrides from sample project
dotnet/samples/A2AClientServer/A2AServer/A2AServer.csprojRemoves version overrides from sample project
dotnet/samples/AGUIClientServer/AGUIClient/AGUIClient.csprojRemoves version overrides from sample project
dotnet/samples/AGUIClientServer/AGUIDojoServer/AGUIDojoServer.csprojRemoves version overrides from sample project
dotnet/samples/AGUIClientServer/AGUIServer/AGUIServer.csprojRemoves version overrides from sample project
dotnet/samples/AgentWebChat/AgentWebChat.AgentHost/AgentWebChat.AgentHost.csprojRemoves version overrides from sample project
dotnet/samples/AgentWebChat/AgentWebChat.Web/AgentWebChat.Web.csprojRemoves version overrides from sample project
dotnet/samples/GettingStarted/A2A/A2AAgent_AsFunctionTools/A2AAgent_AsFunctionTools.csprojRemoves version overrides from sample project
dotnet/samples/GettingStarted/AgentProviders/Agent_With_A2A/Agent_With_A2A.csprojRemoves version overrides from sample project
dotnet/samples/GettingStarted/Agents/Agent_Step10_AsMcpTool/Agent_Step10_AsMcpTool.csprojRemoves version override for System.Net.ServerSentEvents from sample
dotnet/samples/GettingStarted/DevUI/DevUI_Step01_BasicUsage/DevUI_Step01_BasicUsage.csprojRemoves version override for System.Net.ServerSentEvents from sample
dotnet/samples/GettingStarted/ModelContextProtocol/Agent_MCP_Server/Agent_MCP_Server.csprojRemoves version override for System.Net.ServerSentEvents from sample
dotnet/samples/GettingStarted/ModelContextProtocol/Agent_MCP_Server_Auth/Agent_MCP_Server_Auth.csprojRemoves version override for System.Net.ServerSentEvents from sample

@stephentoub

Copy link
Copy Markdown
Member

This is already handled by #2128

@stephentoub

Copy link
Copy Markdown
Member

I couldn't push to your branch to address the merge conflicts, so I put up the sole remaining change here: #2393

auto-merge was automatically disabled November 22, 2025 05:09

Pull request was closed

@github-project-automationgithub-project-automationBot moved this from In Review to Done in Agent FrameworkNov 22, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NETUsage: [Issues, PRs], Target: .Net

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@SergeyMenshykh@stephentoub