about summary refs log tree commit diff
path: root/MatrixUtils.Web/MatrixUtils.Web.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-22 06:42:27 +0100
committerRory& <root@rory.gay>2024-11-22 06:42:27 +0100
commit4601c2f1fcdaf551705a9da3c5e6ddfc3eff9138 (patch)
treefb5aeb647199a977c8a4e0d707dcd76a54aa807e /MatrixUtils.Web/MatrixUtils.Web.csproj
parentUpdate to .NET 9 (diff)
downloadMatrixUtils-github/main.tar.xz
Some fixes all over, policy list work github/main github/dev/media-streaming dev/media-streaming
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r--MatrixUtils.Web/MatrixUtils.Web.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj

index 3640745..2c4bb64 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -12,6 +12,7 @@ <BlazorEnableCompression>false</BlazorEnableCompression> <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest> <BlazorCacheBootResources>false</BlazorCacheBootResources> + <TrimMode>full</TrimMode> <!-- <RunAOTCompilation>true</RunAOTCompilation>--> @@ -25,6 +26,7 @@ <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" /> <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.0" /> + <PackageReference Include="SpawnDev.BlazorJS.WebWorkers" Version="2.5.18" /> </ItemGroup> <ItemGroup>