Skip to content

Commit

Permalink
.net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadkoma committed Nov 21, 2024
1 parent 20529ff commit dafef12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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="9.0.0-rc.2.24474.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0-rc.2.24474.3" PrivateAssets="all" />
<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.4" />
</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,10 +3,10 @@
<PageTitle>Index</PageTitle>

<h3>Hello Blazor Web Assembly</h3>
<h2>.net 9 rc2</h2>
<h2>.net 9</h2>
@* <h2>.net 9 preview 1</h2> *@
<h4>MudBlazor 8.0.0-preview.4</h4>

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

0 comments on commit dafef12

Please sign in to comment.