Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Squad.Agents.AI/Squad.Agents.AI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Squad.Agents.AI.Tests" />
<PackageReference Include="Microsoft.Agents.AI.GitHub.Copilot" Version="1.17.0" />
<PackageReference Include="Microsoft.Agents.AI.GitHub.Copilot" Version="1.19.0" />
<!--
Direct reference to GitHub.Copilot.SDK so its build/ targets fire during our build.
Without this, the SDK's MSBuild download/copy targets only flow to projects with a
Expand All @@ -52,7 +52,7 @@
project (see Directory.Build.props for the full explanation).
-->
<PackageReference Include="GitHub.Copilot.SDK" Version="$(SquadCopilotSdkVersion)" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.9.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.11" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.11" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.11" />
Expand Down
Loading