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
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<PackageVersion Include="Azure.ResourceManager.AppService" Version="1.2.0" />
<!-- Microsoft Graph -->
<PackageVersion Include="Microsoft.Graph" Version="5.36.0" />
<!-- Transitive pin: resolves NU1107 conflict between Microsoft.Extensions.Http 9.x (needs >= 9.0.8)
and Microsoft.Kiota.Abstractions 1.7.2 (needs < 9.0.0). CentralPackageTransitivePinningEnabled
allows this pin to override the Kiota upper bound. -->
<!-- Pin the transitive dependency to the version that fixes CVE-2026-44503. -->
<PackageVersion Include="Microsoft.Kiota.Abstractions" Version="1.22.2" />
<!-- Microsoft.Extensions.Http 9.x requires DiagnosticSource >= 9.0.8. -->
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.8" />
<!-- Testing packages -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
Expand Down
Loading