about summary refs log tree commit diff
path: root/MatrixUtils.Web/MatrixUtils.Web.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-21 16:03:44 +0200
committerRory& <root@rory.gay>2025-09-21 16:03:44 +0200
commitd105d1a7ec709ddb6240a286bbd7be292a9acd1c (patch)
treea7d174479553fbe23b51a66172a3f5429e78e708 /MatrixUtils.Web/MatrixUtils.Web.csproj
parentRoom upgrade CLI changes, policy list work (diff)
downloadMatrixUtils-d105d1a7ec709ddb6240a286bbd7be292a9acd1c.tar.xz
Various fixes
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r--MatrixUtils.Web/MatrixUtils.Web.csproj11
1 files changed, 6 insertions, 5 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj

index 18204d0..44fce2d 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -39,11 +39,12 @@ <ItemGroup> <PackageReference Include="Blazored.LocalStorage" Version="4.5.0"/> <PackageReference Include="Blazored.SessionStorage" Version="2.4.0"/> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.8" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.8" PrivateAssets="all" /> - <PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="9.0.8" /> - <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.8" /> - <PackageReference Include="SpawnDev.BlazorJS.WebWorkers" Version="2.17.1" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.9" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.9" PrivateAssets="all" /> + <PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="9.0.9" /> + <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.9" /> + <PackageReference Include="SpawnDev.BlazorJS" Version="2.29.0" /> + <PackageReference Include="SpawnDev.BlazorJS.WebWorkers" Version="2.19.0" /> </ItemGroup> <ItemGroup>