File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Blazor.ContextMenu" Version =" 1.11 .0" />
8+ <PackageReference Include =" Blazor.ContextMenu" Version =" 1.14 .0" />
99 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.0" />
1010 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.0" PrivateAssets =" all" />
1111 <PackageReference Include =" System.Net.Http.Json" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 1212 {
1313 HeaderText = " <> Source" ,
1414 Contents = @< div >
15- < SourceFileLoader SourceFilePath = " Startup .cs" / >
15+ < SourceFileLoader SourceFilePath = " Program .cs" / >
1616 < SourceFileLoader SourceFilePath = " wwwroot/css/pink-menu.css" / >
1717 < SourceFileLoader SourceFilePath = " wwwroot/css/dark-menu.css" / >
1818 < SourceFileLoader SourceFilePath = " Sources/Templating.razor" / >
Original file line number Diff line number Diff line change 1010 <Item >
1111 Submenu
1212 <SubMenu >
13- <Item OnClick =" @OnClick" >Submenu Item 1</Item >
13+ <Item OnClick =" @OnClick" >Submenu Item 1
14+ <SubMenu >
15+ <Item OnClick =" @OnClick" >SubSubmenu Item 1</Item >
16+ <Item OnClick =" @OnClick" >SubSubmenu Item 2</Item >
17+ </SubMenu >
18+ </Item >
1419 <Item OnClick =" @OnClick" >Submenu Item 2</Item >
1520 </SubMenu >
1621 </Item >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 6.0.100 "
3+ "version" : " 6.0.301 "
44 }
55}
You can’t perform that action at this time.
0 commit comments