Bump Cerebellum packages to fix null-Items crash on Users/Registrations pages

AuthBlocks → 10.3.38, BlazorBlocks → 10.3.34, NetBlocks → 10.3.31.
Pulls server-side null-Items guard (AuthBlocks) and BlazorBlocks render
guard. Direct refs for BlazorBlocks/NetBlocks raised to avoid NU1605
downgrade conflicts with AuthBlocks 10.3.38's transitive requirements.
This commit is contained in:
daniel-c-harvey
2026-06-21 11:50:05 -04:00
parent 5c22c1626a
commit 450204cdbf
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -18,9 +18,9 @@
</PackageReference>
<!-- Npgsql 10.0.1 requires Microsoft.EntityFrameworkCore >= 10.0.4; keep in sync -->
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
<PackageReference Include="Cerebellum.NetBlocks" Version="10.3.30" />
<PackageReference Include="Cerebellum.BlazorBlocks.Data" Version="10.3.30" />
<PackageReference Include="Cerebellum.BlazorBlocks.Data.Postgres" Version="10.3.30" />
<PackageReference Include="Cerebellum.NetBlocks" Version="10.3.31" />
<PackageReference Include="Cerebellum.BlazorBlocks.Data" Version="10.3.34" />
<PackageReference Include="Cerebellum.BlazorBlocks.Data.Postgres" Version="10.3.34" />
</ItemGroup>
<ItemGroup>