Skip to content

Commit

Permalink
.net 9 preview 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadkoma committed Aug 25, 2024
1 parent 747f3b3 commit 0d60e4b
Show file tree
Hide file tree
Showing 3 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
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<!--<WasmEnableWebcil>false</WasmEnableWebcil>-->
Expand All @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0-preview.7.24406.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0-preview.7.24406.2" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
</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.8</h2>
<h2>.net 9 preview 7</h2>
@* <h2>.net 9 preview 1</h2> *@
<h4>MudBlazor 7.6.0</h4>
2 changes: 1 addition & 1 deletion MySite/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<base href="/MySite/" />

<!--For LocalHost-->
<!-- <base href="/" /> -->
<!--<base href="/" />-->

<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
Expand Down

0 comments on commit 0d60e4b

Please sign in to comment.