Skip to content

Commit 0a62c0d

Browse files
Migrated all projects to latest TFM and Updated NuGet Packages
1 parent 786eb8a commit 0a62c0d

File tree

38 files changed

+38
-0
lines changed
  • FileManager/NET10
    • FileManager_ServerApp/Components
    • FileManager_WasmApp/FileManager_WasmApp/Components
  • FileUpload/NET10
    • FileUpload_ServerApp/Components
    • FileUpload_WasmApp/FileUpload_WasmApp/Components
  • FloatingActionButton/NET10
    • FloatingActionButton_ServerApp/Components
    • FloatingActionButton_WasmApp/FloatingActionButton_WasmApp/Components
  • GanttChart/NET10
    • GanttChart_ServerApp/Components
    • GanttChart_WasmApp/GanttChart_WasmApp/Components
  • HeatMapChart/NET10
    • HeatMapChart_ServerApp/Components
    • HeatMapChart_WasmApp/HeatMapChart_WasmApp/Components
  • InPlaceEditor/NET10
    • InPlaceEditor_ServerApp/Components
    • InPlaceEditor_WasmApp/InPlaceEditor_WasmApp/Components
  • Kanban/NET10
  • LinearGauge/NET10
    • LinearGauge_ServerApp/Components
    • LinearGauge_WasmApp/LinearGauge_WasmApp/Components
  • ListBox/NET10
  • ListView/NET10
    • ListView_ServerApp/Components
    • ListView_WasmApp/ListView_WasmApp/Components
  • Maps/NET10
  • MaskedTextBox/NET10
    • MaskedTextBox_ServerApp/Components
    • MaskedTextBox_WasmApp/MaskedTextBox_WasmApp/Components
  • MediaQuery/NET10
    • MediaQuery_ServerApp/Components
    • MediaQuery_WasmApp/MediaQuery_WasmApp/Components
  • Mention/NET10
  • Message/NET10
  • MultiColumnComboBox/NET10
    • MultiColumnComboBox_ServerApp/Components
    • MultiColumnComboBox_WasmApp/MultiColumnComboBox_WasmApp/Components
  • MultiSelectDropDown/NET10
    • MultiSelectDropDown_ServerApp/Components
    • MultiSelectDropDown_WasmApp/MultiSelectDropDown_WasmApp/Components
  • imageEditor/NET10
    • imageEditor_ServerApp/Components
    • imageEditor_WasmApp/imageEditor_WasmApp/Components

38 files changed

+38
-0
lines changed

FileManager/NET10/FileManager_ServerApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Routes @rendermode="InteractiveServer" />
2020
<ReconnectModal />
2121
<script src="@Assets["_framework/blazor.web.js"]"></script>
22+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2223
</body>
2324

2425
</html>

FileManager/NET10/FileManager_WasmApp/FileManager_WasmApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<body>
1919
<Routes @rendermode="InteractiveWebAssembly" />
2020
<script src="@Assets["_framework/blazor.web.js"]"></script>
21+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2122
</body>
2223

2324
</html>

FileUpload/NET10/FileUpload_ServerApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Routes @rendermode="InteractiveServer" />
2020
<ReconnectModal />
2121
<script src="@Assets["_framework/blazor.web.js"]"></script>
22+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2223
</body>
2324

2425
</html>

FileUpload/NET10/FileUpload_WasmApp/FileUpload_WasmApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<body>
1919
<Routes @rendermode="InteractiveWebAssembly" />
2020
<script src="@Assets["_framework/blazor.web.js"]"></script>
21+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2122
</body>
2223

2324
</html>

FloatingActionButton/NET10/FloatingActionButton_ServerApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Routes @rendermode="InteractiveServer" />
2020
<ReconnectModal />
2121
<script src="@Assets["_framework/blazor.web.js"]"></script>
22+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2223
</body>
2324

2425
</html>

FloatingActionButton/NET10/FloatingActionButton_WasmApp/FloatingActionButton_WasmApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<body>
1919
<Routes @rendermode="InteractiveWebAssembly" />
2020
<script src="@Assets["_framework/blazor.web.js"]"></script>
21+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2122
</body>
2223

2324
</html>

GanttChart/NET10/GanttChart_ServerApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Routes @rendermode="InteractiveServer" />
2020
<ReconnectModal />
2121
<script src="@Assets["_framework/blazor.web.js"]"></script>
22+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2223
</body>
2324

2425
</html>

GanttChart/NET10/GanttChart_WasmApp/GanttChart_WasmApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<body>
1919
<Routes @rendermode="InteractiveWebAssembly" />
2020
<script src="@Assets["_framework/blazor.web.js"]"></script>
21+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2122
</body>
2223

2324
</html>

HeatMapChart/NET10/HeatMapChart_ServerApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Routes @rendermode="InteractiveServer" />
2020
<ReconnectModal />
2121
<script src="@Assets["_framework/blazor.web.js"]"></script>
22+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2223
</body>
2324

2425
</html>

HeatMapChart/NET10/HeatMapChart_WasmApp/HeatMapChart_WasmApp/Components/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<body>
1919
<Routes @rendermode="InteractiveWebAssembly" />
2020
<script src="@Assets["_framework/blazor.web.js"]"></script>
21+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2122
</body>
2223

2324
</html>

0 commit comments

Comments
 (0)