diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-23 05:43:42 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-23 05:43:42 +0100 |
commit | 41181f694c290acd5c594ef624cb9c1592c8f199 (patch) | |
tree | d6fc1671638c97e9789f26331fde8cd5b02f5f64 /MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | |
parent | Update to .net 8 (diff) | |
download | MatrixUtils-41181f694c290acd5c594ef624cb9c1592c8f199.tar.xz |
Update upstreams
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-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 afe46c1..e5ca180 100644 --- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj +++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj @@ -14,8 +14,8 @@ <ItemGroup> <PackageReference Include="Blazored.LocalStorage" Version="4.4.0" /> <PackageReference Include="Blazored.SessionStorage" Version="2.4.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.10" PrivateAssets="all" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" /> </ItemGroup> <ItemGroup> |