Skip to content

Commit 5187b51

Browse files
Migrated all projects to latest TFM and Updated NuGet Packages
1 parent 275fa5e commit 5187b51

File tree

58 files changed

+61
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+61
-72
lines changed

SpeechToText/NET10/SpeechToText_ServerApp/Components/Layout/NavMenu.razor

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
</NavLink>
1616
</div>
1717

18-
<div class="nav-item px-3">
19-
<NavLink class="nav-link" href="gettingstartedwasm">
20-
<span class="bi bi-plus-square-fill-nav-menu" aria-hidden="true"></span> Getting Started WASM
21-
</NavLink>
22-
</div>
23-
2418
<div class="nav-item px-3">
2519
<NavLink class="nav-link" href="transcript">
2620
<span class="bi bi-list-nested-nav-menu" aria-hidden="true"></span> Speech Recignition

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/Appearance/CssClass.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/cssclass"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/Appearance/IsPrimaryAppearance.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/isprimary"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55
@using Syncfusion.Blazor.Buttons

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/Appearance/TooltipPositionAppearance.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/tooltipposition"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/Events/Events.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/events"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/GettingStartedWASM/ButtonContent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/wasmbuttoncontent"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/GettingStartedWASM/GettingStarted.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/gettingstartedwasm"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/GettingStartedWebapp/ButtonContent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/webappbuttoncontent"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/GettingStartedWebapp/GettingStarted.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/"
2-
@rendermode InteractiveServer
2+
33

44
@using Syncfusion.Blazor.Inputs
55

SpeechToText/NET10/SpeechToText_ServerApp/Components/Pages/Home.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@page "/"
1+
@page "/home"
2+
23

34
<PageTitle>Home</PageTitle>
45

0 commit comments

Comments
 (0)