Skip to content
Open
Show file tree
Hide file tree
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 .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"isRoot": true,
"tools": {
"dotnet-stryker": {
"version": "4.15.0",
"version": "4.16.0",
"commands": [
"dotnet-stryker"
],
"rollForward": false
}
}
}
}
14 changes: 7 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!-- Build & packaging infrastructure -->
<ItemGroup>
<PackageVersion Include="MinVer" Version="7.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" />
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.117" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.301" />
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.123" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
</ItemGroup>

Expand Down Expand Up @@ -38,10 +38,10 @@
its transitives to 10.x and collide with the 8.0.0 pins under transitive pinning (NU1605).
-->
<ItemGroup>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.28" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.29" />
<!-- Design-time only (PrivateAssets=all): used by `dotnet ef` to generate Caliber's shipped Postgres
migrations; never flows to consumers of the provider package. -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.28" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.29" />
<!-- Postgres provider, pinned to the EF Core 8 line (Npgsql EF 8.0.11 → Npgsql 8.0.x, EFCore.Relational
8.0.x), so it unifies with the Sqlite 8.0.28 pin under transitive pinning. The durable production
store; ships reviewed migrations and claims with FOR UPDATE SKIP LOCKED. -->
Expand All @@ -64,14 +64,14 @@
MTP runner (Stryker cannot drive xUnit v3 under VSTest). -->
<ItemGroup>
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.7.0" />
<PackageVersion Include="AwesomeAssertions" Version="9.5.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.8.0" />
<!-- In-process test host for the WebhookSink sample (net10.0 only). Drives
WebApplicationFactory<Program> for the /healthz smoke test. Pinned to the net8 LTS
floor (house CPM policy): the 8.0.x line's transitive Microsoft.Extensions.*.Abstractions
unify with the runtime pins above, whereas the 10.x line drags those abstractions to 10.x
and downgrade-conflicts (NU1109) against the 8.0.x pins under transitive pinning. -->
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.28" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.29" />
<!-- Spins a real Postgres in Docker to prove cross-instance no-double-send (FOR UPDATE SKIP LOCKED).
Used only by Caliber.Webhooks.IntegrationTests, which skips itself unless CALIBER_INTEGRATION=1
(set by the dedicated CI integration job); Docker is never spun on the fast PR path. -->
Expand Down
Loading