Skip to content

Commit

Permalink
Bump MudBlazor
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 1 update in the /src/Cropper.Blazor directory: [MudBlazor](https://github.com/MudBlazor/MudBlazor).


Updates `MudBlazor` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v7.5.0...v7.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 17b3954 commit 3dd4f4c
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<ItemGroup>
<PackageReference Include="MudBlazor" Version="7.5.0" />
</ItemGroup>

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

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

<ItemGroup>
<PackageReference Include="MudBlazor" Version="7.6.0" />
</ItemGroup>

</Project>

0 comments on commit 3dd4f4c

Please sign in to comment.