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 @@ -52,7 +52,7 @@
wrong argument. Accepted because position 0 was verified against every port signature at
the time of the change, and the alternative — `Arg<T>()!` — hides a bare null-forgiving
operator instead. Re-verify position if any of these ports gains a parameter. -->
<PackageVersion Include="NSubstitute" Version="6.0.0" />
<PackageVersion Include="NSubstitute" Version="6.1.0" />
<PackageVersion Include="NetArchTest.Rules" Version="1.3.2" />
<!-- Load-test (ADR 0045 Beslut 4, BUILD.md §3.1, Klas-GO 2026-05-17).
NBomber = .NET-native load-test, ren C#, xUnit/MTP-stack-koherent
Expand All @@ -70,7 +70,7 @@
Microsoft.NET.ILLink). Test-only. -->
<PackageVersion Include="Mono.Cecil" Version="0.11.6" />
<!-- Api -->
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.10" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.10" />
<!-- Integration testing -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.10" />
Expand All @@ -92,7 +92,7 @@
— undviker third-party Xabaril-dep, ~10 rader kod. -->
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.10" />
<!-- Redis -->
<PackageVersion Include="StackExchange.Redis" Version="3.1.0" />
<PackageVersion Include="StackExchange.Redis" Version="3.1.13" />
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.10" />
<!-- Test — Redis container -->
<PackageVersion Include="Testcontainers.Redis" Version="4.13.0" />
Expand Down
Loading