File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
AfterBlazorServerSide/Pages/ControlSamples/ListView Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
</ItemGroup >
9
9
10
10
<PropertyGroup >
11
- <BlazorWebAssemblyVersion >3.2.0-rc1.20223.4 </BlazorWebAssemblyVersion >
11
+ <BlazorWebAssemblyVersion >3.2.1 </BlazorWebAssemblyVersion >
12
12
</PropertyGroup >
13
13
14
14
</Project >
Original file line number Diff line number Diff line change 16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0-rc1.20217. 1" />
19
+ <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.1" />
20
20
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" $(BlazorWebAssemblyVersion)" />
21
21
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" $(BlazorWebAssemblyVersion)" PrivateAssets =" all" />
22
22
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" $(BlazorWebAssemblyVersion)" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 5
5
<NavLink href =" ./ControlSamples/ListView/Grouping" class =" component-link" Match =" NavLinkMatch.All" >Grouping Sample</NavLink > |
6
6
<NavLink href =" ./ControlSamples/ListView/LayoutTest" class =" component-link" Match =" NavLinkMatch.All" >Layout Test</NavLink >
7
7
</div >
8
+
9
+ @code {
10
+
11
+ public int MyProperty { get ; set ; }
12
+
13
+ }
You can’t perform that action at this time.
0 commit comments