Skip to content
Closed
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
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.11" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.9.0" />
<!-- Compatibility cohort: upgrade the stable MAF trio together after verifying their matching release set. -->
<PackageVersion Include="Microsoft.Agents.AI" Version="1.19.0" />
<PackageVersion Include="Microsoft.Agents.AI.Abstractions" Version="1.19.0" />
<PackageVersion Include="Microsoft.Agents.AI.Workflows" Version="1.19.0" />
<PackageVersion Include="Microsoft.Agents.AI" Version="1.20.0" />
<PackageVersion Include="Microsoft.Agents.AI.Abstractions" Version="1.20.0" />
<PackageVersion Include="Microsoft.Agents.AI.Workflows" Version="1.20.0" />
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="10.9.0" />
<!-- ModelContextProtocol.AspNetCore takes an exact dependency on the matching ModelContextProtocol
build, so these two only ever move together; a split bump fails restore with NU1107/NU1608. -->
Expand Down
Loading