From 9ce58721a6f6ca911cd740157c58a29d977082a9 Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Mon, 24 Aug 2026 02:43:21 +0200 Subject: [PATCH] FluxorInBlazor: retarget net10.0, pin Fluxor.Blazor.Web 6.11.0, clear two transitive advisories Retarget both projects from net8.0 to net10.0. Bump Fluxor.Blazor.Web 5.9.1 -> 6.11.0 and the WebAssembly packages 8.0.0 -> 10.0.0. Pin AngleSharp 1.6.0 and Microsoft.Extensions.Caching.Memory 10.0.0 in the test project to clear NU1902 and NU1903, which arrived transitively via bunit. No source changes are needed: every Fluxor API the sample uses survives the major version jump unchanged. Build is 0 warnings / 0 errors and all 4 tests pass on SDK 10.0.302. --- .../FluxorInBlazor/FluxorInBlazor/FluxorInBlazor.csproj | 8 ++++---- .../FluxorInBlazor.Tests/FluxorInBlazor.Tests.csproj | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/blazor-libraries/FluxorInBlazor/FluxorInBlazor/FluxorInBlazor.csproj b/blazor-libraries/FluxorInBlazor/FluxorInBlazor/FluxorInBlazor.csproj index 4c8670b663..15e26da435 100644 --- a/blazor-libraries/FluxorInBlazor/FluxorInBlazor/FluxorInBlazor.csproj +++ b/blazor-libraries/FluxorInBlazor/FluxorInBlazor/FluxorInBlazor.csproj @@ -1,15 +1,15 @@ - net8.0 + net10.0 enable enable - - - + + + diff --git a/blazor-libraries/FluxorInBlazor/Tests/FluxorInBlazor.Tests/FluxorInBlazor.Tests.csproj b/blazor-libraries/FluxorInBlazor/Tests/FluxorInBlazor.Tests/FluxorInBlazor.Tests.csproj index c54fa3a042..27dfa9e974 100644 --- a/blazor-libraries/FluxorInBlazor/Tests/FluxorInBlazor.Tests/FluxorInBlazor.Tests.csproj +++ b/blazor-libraries/FluxorInBlazor/Tests/FluxorInBlazor.Tests/FluxorInBlazor.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable @@ -17,6 +17,10 @@ + + +