about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
diff options
context:
space:
mode:
authorEmma@Rory& <[email protected]>2023-08-14 09:32:37 +0200
committerEmma@Rory& <[email protected]>2023-08-14 09:32:37 +0200
commit48a6c21db718a986dac24f56f8341b842c2e1a13 (patch)
tree80817c195665e197803dbff7f11ab03ed7e24777 /MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
parentAdd missing dep (diff)
downloadMatrixUtils-48a6c21db718a986dac24f56f8341b842c2e1a13.tar.xz
Update dependencies
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-rw-r--r--MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj4
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>
OSZAR »