Skip to content
Open
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 @@ -72,8 +72,8 @@
<!-- Remote execution / scheduling -->
<ItemGroup>
<!-- SDK and System.Management.Automation are one release train — never split them. -->
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.6.4" />
<PackageVersion Include="System.Management.Automation" Version="7.6.4" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.6.5" />
<PackageVersion Include="System.Management.Automation" Version="7.6.5" />
<!-- Quartz + Quartz.Extensions.Hosting pinned to the same version so the Cron evaluator
(Data, maintenance windows) and the scheduler host (Scheduler) never drift. -->
<PackageVersion Include="Quartz" Version="3.19.1" />
Expand Down Expand Up @@ -178,7 +178,7 @@
<!-- 2.x asks for Scriban.Signed 7.2.5 itself, so the forced floor that used to sit here
for GHSA-24c8-4792-22hx is gone — keeping it would only cap a future Scriban bump
that WireMock wants. The Microsoft.OpenApi floor above is still load-bearing. -->
<PackageVersion Include="WireMock.Net" Version="2.14.0" />
<PackageVersion Include="WireMock.Net" Version="2.15.0" />
<PackageVersion Include="NBomber" Version="6.*" />
<PackageVersion Include="NBomber.Http" Version="6.*" />
</ItemGroup>
Expand Down
Loading