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 tests/Koine.Compiler.Tests/Koine.Compiler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
(issue #128). The package DLLs are copied to the test output and thus appear in TPA. -->
<PackageReference Include="FluentValidation" Version="12.1.1" />
<PackageReference Include="MediatR" Version="14.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.10" />
<!-- The SQLite in-memory provider backs the EF Core round-trip meta-test (issue #171): it
materializes a generated aggregate that owns a value-object collection (OwnsMany) to prove
the mapping round-trips at runtime, not merely that it compiles. -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.10" />
<!-- Pin the patched SQLitePCLRaw bundle to clear high-severity advisory GHSA-2m69-gcr7-jv3q
(NU1903): EF Core Sqlite 10.0.9 transitively pulls the vulnerable native bundle
SQLitePCLRaw.lib.e_sqlite3 2.1.11, and the 2.1.x line has no patched release. The 3.x bundle
Expand All @@ -32,7 +32,7 @@
managed API is stable across the bump, so the EF Core round-trip meta-test (issue #171) is
unaffected. -->
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="Verify.XunitV3" Version="31.24.1" />
Expand Down
Loading