Skip to content

Commit

Permalink
.net 8.0.7 - MudBlazor 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
105615691 committed Jul 17, 2024
1 parent 734abcd commit fcb802f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MySite/MySite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="6.20.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions MySite/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<PageTitle>Index</PageTitle>

<h3>Hello Blazor Web Assembly</h3>
<h2>.net 8.0.6</h2>
<h2>.net 8.0.7</h2>
@* <h2>.net 9 preview 1</h2> *@
<h4>MudBlazor 6.20.0</h4>
<h4>MudBlazor 7.2.0</h4>

0 comments on commit fcb802f

Please sign in to comment.