Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 39e4068 commit c56e726
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.15.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="12.0.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="12.0.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<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="MudBlazor" Version="6.11.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="12.0.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.1" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="12.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Application\App1.Application\App1.Application.csproj" />
<ProjectReference Include="..\..\..\Infrastructure\WebApp\App1.Infrastructure.WebApp.Business\App1.Infrastructure.WebApp.Business.csproj" />
<ProjectReference Include="..\..\..\Infrastructure\WebApp\App1.Infrastructure.WebApp.Data\App1.Infrastructure.WebApp.Data.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="12.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Application\App1.Application\App1.Application.csproj" />
<ProjectReference Include="..\..\..\Infrastructure\WebApp\App1.Infrastructure.WebApp.Business\App1.Infrastructure.WebApp.Business.csproj" />
<ProjectReference Include="..\..\..\Infrastructure\WebApp\App1.Infrastructure.WebApp.Data\App1.Infrastructure.WebApp.Data.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="12.0.2" />
</ItemGroup>

Expand Down

0 comments on commit c56e726

Please # to comment.