diff options
author | Emma@Rory& <root@rory.gay> | 2023-08-14 09:32:37 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-08-14 09:32:37 +0200 |
commit | 48a6c21db718a986dac24f56f8341b842c2e1a13 (patch) | |
tree | 80817c195665e197803dbff7f11ab03ed7e24777 /MatrixRoomUtils.Web | |
parent | Add missing dep (diff) | |
download | MatrixUtils-48a6c21db718a986dac24f56f8341b842c2e1a13.tar.xz |
Update dependencies
Diffstat (limited to 'MatrixRoomUtils.Web')
-rw-r--r-- | MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj index e6580e9..a351b5f 100644 --- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj +++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj @@ -9,8 +9,8 @@ <ItemGroup> <PackageReference Include="Blazored.LocalStorage" Version="4.3.0" /> <PackageReference Include="Blazored.SessionStorage" Version="2.3.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.7" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.7" PrivateAssets="all" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.10" PrivateAssets="all" /> </ItemGroup> <ItemGroup> |