File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >6.0.0-rc.2.21471.1 </AspNetCoreVersion >
4
- <BlazorVersion >6.0.0-rc.2.21471.1 </BlazorVersion >
5
- <EntityFrameworkVersion >6.0.0-rc.2.21471.1 </EntityFrameworkVersion >
3
+ <AspNetCoreVersion >6.0.0-rc.2.21470.37 </AspNetCoreVersion >
4
+ <BlazorVersion >6.0.0-rc.2.21470.37 </BlazorVersion >
5
+ <EntityFrameworkVersion >6.0.0-rc.2.21470.37 </EntityFrameworkVersion >
6
6
<SystemNetHttpJsonVersion >6.0.0-rc.2.21470.23</SystemNetHttpJsonVersion >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 36
36
}
37
37
else
38
38
{
39
- <div class =" empty-cart" >Choose a pizza <br >to get started </div >
39
+ <div class =" empty-cart" >Choose a pizza2 <br >to get started </div >
40
40
}
41
41
42
42
<div class =" order-total @(Order.Pizzas.Any() ? " " : " hidden " )" >
Original file line number Diff line number Diff line change 13
13
</span >
14
14
</div >
15
15
<div >
16
- <label >Extra Toppings:</label >
16
+ <label >222Extra Toppings:</label >
17
17
@if (toppings == null )
18
18
{
19
19
<select class =" custom-select" disabled >
You can’t perform that action at this time.
0 commit comments