Skip to content

Commit

Permalink
.net 8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadkoma committed May 31, 2024
1 parent 948bf62 commit 02edf99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MySite/MySite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />
<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.19.1" />
</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 @@ -3,6 +3,6 @@
<PageTitle>Index</PageTitle>

<h3>Hello Blazor Web Assembly</h3>
<h2>.net 8.0.4</h2>
<h2>.net 8.0.6</h2>
@* <h2>.net 9 preview 1</h2> *@
<h4>MudBlazor 6.19.1</h4>

0 comments on commit 02edf99

Please sign in to comment.