From c2e745969f3836f581a772cc90de83d3a16768f9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 10 Dec 2025 05:00:10 +0100 Subject: Switch to correct compression flag for blazor assets - this silently broke with .NET 8 --- MatrixUtils.Web/MatrixUtils.Web.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj') diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj index e800c92..9100c87 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj @@ -10,6 +10,7 @@ true false + false service-worker-assets.js false false -- cgit 1.5.1