Skip to content

Commit

Permalink
Bump MudBlazor from 6.9.0 to 6.10.0 in /src
Browse files Browse the repository at this point in the history
Bumps [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: MudBlazor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 7e944d0 commit 114a2eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Client/IoTHub.Portal.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MudBlazor" Version="6.9.0" />
<PackageReference Include="MudBlazor" Version="6.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
<PackageReference Include="Tewr.Blazor.FileReader" Version="3.3.2.23201" />
Expand Down
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<PackageReference Include="Microsoft.OpenApi" Version="1.6.8" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.13.4" />
<PackageReference Include="MudBlazor" Version="6.9.0" />
<PackageReference Include="MudBlazor" Version="6.10.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.20.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="prometheus-net.AspNetCore" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Shared/IoTHub.Portal.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MudBlazor" Version="6.9.0" />
<PackageReference Include="MudBlazor" Version="6.10.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.5.0" />
<PackageReference Include="xunit.extensibility.execution" Version="2.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 114a2eb

Please sign in to comment.