Skip to content

Commit

Permalink
MudBlazor 8.0.0-preview.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadkoma committed Dec 27, 2024
1 parent 7bbc253 commit 0ac428b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MySite/MySite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="8.0.0-preview.5" />
<PackageReference Include="MudBlazor" Version="8.0.0-preview.7" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MySite/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h3>Hello Blazor Web Assembly</h3>
<h2>.NET 9.0</h2>
@* <h2>.net 9 preview 1</h2> *@
<h4>MudBlazor 8.0.0-preview.5</h4>
<h4>MudBlazor 8.0.0-preview.7</h4>

@code {
// گرگان چمستچان گ چ
Expand Down

0 comments on commit 0ac428b

Please sign in to comment.