Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Localization from 8.0.3 to 8.0.4 in /src
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Localization](https://github.com/dotnet/aspnetcore) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.3...v8.0.4)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Localization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent fdb7151 commit a674fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MudBlazor/MudBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
</Target>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.17" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.4" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit a674fa0

Please sign in to comment.