Upgraded MudBlazor to v7.6.0 (#71)

This commit is contained in:
Thorsten Sommer 2024-08-11 20:59:05 +02:00 committed by GitHub
parent 6b7800b615
commit 77e7e044e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.62" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.7" />
<PackageReference Include="MudBlazor" Version="7.5.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="MudBlazor.Markdown" Version="1.0.2" />
<PackageReference Include="ReverseMarkdown" Version="4.6.0" />
</ItemGroup>

View File

@ -25,9 +25,9 @@
},
"MudBlazor": {
"type": "Direct",
"requested": "[7.5.0, )",
"resolved": "7.5.0",
"contentHash": "yW1+6b9bG0OjMa7FSUnYZ2D9v09cTru8Hri1cVekRzdQpA/rieSgbfrWY9KQOzMW+1LbOySTEEipun6GCarQNg==",
"requested": "[7.6.0, )",
"resolved": "7.6.0",
"contentHash": "6UVQ7TvIw/czNyjmqdUGYS+Fk3PJTvbhFy4/agqm2pzwam31lYJbZXPYr5w7CG4aw9QTgj02ajd6xTZaeROiiA==",
"dependencies": {
"Microsoft.AspNetCore.Components": "8.0.6",
"Microsoft.AspNetCore.Components.Web": "8.0.6",

View File

@ -0,0 +1,2 @@
# v0.8.8, build 170
- Upgraded MudBlazor to v7.6.0