diff options
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-rw-r--r-- | MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj index e1511c4..33fb062 100644 --- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj +++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj @@ -8,6 +8,7 @@ <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.3" /> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" /> </ItemGroup> |