diff options
author | Rory& <root@rory.gay> | 2024-06-19 23:32:59 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-19 23:32:59 +0200 |
commit | a3a60fda1492c600383e166a20dd5e6f52120616 (patch) | |
tree | 5d55bede056ebe8cbb298018c5d064964dbf5bb6 /MatrixUtils.Web/MatrixUtils.Web.csproj | |
parent | Organise tools somewhat, set proper icons for nav menu (diff) | |
download | MatrixUtils-a3a60fda1492c600383e166a20dd5e6f52120616.tar.xz |
Some cleanup, update libs
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r-- | MatrixUtils.Web/MatrixUtils.Web.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj index f27ae40..8760e7a 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj @@ -16,10 +16,10 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Blazored.LocalStorage" Version="4.4.0" /> + <PackageReference Include="Blazored.LocalStorage" Version="4.5.0" /> <PackageReference Include="Blazored.SessionStorage" Version="2.4.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" /> <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" /> </ItemGroup> |