From b02de45356c7bec5dfd7ab920264ca9d9a91a95c Mon Sep 17 00:00:00 2001 From: Giles Odigwe Date: Fri, 24 Jul 2026 14:06:32 -0700 Subject: [PATCH] .NET: Graduate GitHub Copilot agent to stable Promote Microsoft.Agents.AI.GitHub.Copilot from release candidate to released by replacing IsReleaseCandidate=true with IsReleased=true, so the package builds with the stable central version (no -rc suffix). Also clears the package-validation baseline and disables package validation for this first stable release, since the package has never shipped a stable NuGet to validate against (mirrors the Microsoft.Agents.AI.Harness graduation in #7119). Non-breaking: the package exposes no [Experimental] APIs to un-mark. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f523064c-60b4-4d18-bf95-c16c5fda9126 --- .../Microsoft.Agents.AI.GitHub.Copilot.csproj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dotnet/src/Microsoft.Agents.AI.GitHub.Copilot/Microsoft.Agents.AI.GitHub.Copilot.csproj b/dotnet/src/Microsoft.Agents.AI.GitHub.Copilot/Microsoft.Agents.AI.GitHub.Copilot.csproj index dad0b31f59d..7be6423bdd4 100644 --- a/dotnet/src/Microsoft.Agents.AI.GitHub.Copilot/Microsoft.Agents.AI.GitHub.Copilot.csproj +++ b/dotnet/src/Microsoft.Agents.AI.GitHub.Copilot/Microsoft.Agents.AI.GitHub.Copilot.csproj @@ -1,7 +1,7 @@ - true + true $(TargetFrameworksCore) $(NoWarn);GHCP001 @@ -14,6 +14,12 @@ + + + + false + +