You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
Build Mac Catalyst and Windows to verify no build breaks
Notes
If GitHub.Copilot.SDK has breaking changes (removed/renamed types), fix the call sites rather than skipping the update
Check nuget.config for any source changes needed
Previous update (chore: update NuGet dependencies #772) skipped SDK 0.3.0 due to breaking changes — this time we want to take the update and fix whatever breaks
Update all NuGet dependencies to latest stable versions, specifically:
Required updates
Process
dotnet outdatedor check each csproj for updatable packagesPolyPilot/,PolyPilot.Gtk/,PolyPilot.Tests/,PolyPilot.IntegrationTests/,PolyPilot.Console/,PolyPilot.Provider.Sample/,Directory.Build.propsNotes
GitHub.Copilot.SDKhas breaking changes (removed/renamed types), fix the call sites rather than skipping the updatenuget.configfor any source changes needed