Skip to content

Commit 0ee662f

Browse files
committed
going back to a different rc2 build that works w Hot Reload
1 parent 10d6596 commit 0ee662f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<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>
66
<SystemNetHttpJsonVersion>6.0.0-rc.2.21470.23</SystemNetHttpJsonVersion>
77
</PropertyGroup>
88
</Project>

src/BlazingPizza.Client/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
else
3838
{
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>
4040
}
4141

4242
<div class="order-total @(Order.Pizzas.Any() ? "" : "hidden")">

src/BlazingPizza.Client/Shared/ConfigurePizzaDialog.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</span>
1414
</div>
1515
<div>
16-
<label>Extra Toppings:</label>
16+
<label>222Extra Toppings:</label>
1717
@if (toppings == null)
1818
{
1919
<select class="custom-select" disabled>

0 commit comments

Comments
 (0)