File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
sessions/Season-03/0303-ComponentInteractions/src/Demo Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<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" />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 10
10
<li ><a href =" /5_State" >Session State</a ></li >
11
11
</ol >
12
12
13
- <Textbox >This is my textbox for r_shiyaa </Textbox >
13
+ <Textbox >This is my textbox</Textbox >
You can’t perform that action at this time.
0 commit comments