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
3 changes: 3 additions & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.0.1-preview.1.25571.5" />
<!-- Json packages -->
<PackageVersion Include="System.Text.Json" Version="10.0.4" />
<!-- Transitive pin: patches CVE-2026-26127 (GHSA-73j8-2gch-69rq) DoS in Microsoft.Bcl.Memory <= 10.0.3, pulled in via Microsoft.Agents.Connector.
TODO: Remove this pin once the Microsoft.Agents.* packages are upgraded to >= 1.6.150, which already reference a patched Microsoft.Bcl.Memory (>= 10.0.7). -->
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.4" />
<!-- Source Link Support -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<!-- Versioning -->
Expand Down
Loading