Dependabot/nuget/blazored.local storage 4.1.5 (#596)

* Bump Blazored.LocalStorage from 3.0.0 to 4.1.5

Bumps [Blazored.LocalStorage](https://github.com/Blazored/LocalStorage) from 3.0.0 to 4.1.5.
- [Release notes](https://github.com/Blazored/LocalStorage/releases)
- [Commits](https://github.com/Blazored/LocalStorage/compare/v3.0.0...v4.1.5)

---
updated-dependencies:
- dependency-name: Blazored.LocalStorage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* use AddBlazoredLocalStorage instead of add Localstorage
align version of nuget package

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Cédric Michel
2021-10-26 19:44:32 +02:00
committed by GitHub
parent 4da4822e8e
commit cfd4f4e22d
3 changed files with 4 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="3.0.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.1.5" />
<PackageReference Include="BlazorInputFile" Version="0.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.11" />