See: https://github.com/dotnet/sdk/issues/40413 Work-around: ``` <PropertyGroup> <TargetFramework>net9.0</TargetFramework> ... <CompressionExcludePatterns> blazorSodium.bundle.js </CompressionExcludePatterns> </PropertyGroup> ```