Skip to content

Commit 569b536

Browse files
committed
Updated to .NET 6
1 parent 7883623 commit 569b536

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.4" />
9-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.4" PrivateAssets="all" />
10-
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
8+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
9+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0" PrivateAssets="all" />
10+
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
1111
</ItemGroup>
1212

1313
</Project>

sessions/Season-03/0303-ComponentInteractions/src/Demo/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<li><a href="/5_State">Session State</a></li>
1111
</ol>
1212

13-
<Textbox>This is my textbox for r_shiyaa</Textbox>
13+
<Textbox>This is my textbox</Textbox>

0 commit comments

Comments
 (0)