Skip to content

Commit 6fef035

Browse files
v32.1.19
Updated the README to include .NET 10 requirements and project instructions.
1 parent 544b736 commit 6fef035

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ The following topics can help you to use the Syncfusion Blazor Components and ru
1717

1818
* [System requirements](https://blazor.syncfusion.com/documentation/system-requirements/)
1919

20-
* [NET 8 WebAssembly Workload / NET 9 WebAssembly Workload](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-build-tools-and-aot?view=aspnetcore-8.0#net-webassembly-build-tools)
21-
22-
* Nodejs Version : [10.24.* or above](https://nodejs.org/download/release/v8.1.0/)
20+
* [NET 8 WebAssembly Workload / NET 9 WebAssembly Workload / NET 10 WebAssembly Workload](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-build-tools-and-aot?view=aspnetcore-10.0&preserve-view=true#net-webassembly-build-tools)
2321

2422
## How to run the demo
2523

26-
Clone the repository. This repository contains Blazor Web App Server demos, Blazor Web App WASM demos and solution files for .NET 8 and .NET 9. This repository has Common, Blazor Web App Server Demos and Blazor Web App WASM Demos folders.
24+
Clone the repository. This repository contains Blazor Web App Server demos, Blazor Web App WASM demos and solution files for .NET 8, .NET 9 and .NET 10. This repository has Common, Blazor Web App Server Demos and Blazor Web App WASM Demos folders.
2725
* `Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.
2826
* `Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.
2927
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Web App Server demos and Blazor Web App WASM demos.
@@ -39,12 +37,18 @@ Clone the repository. This repository contains Blazor Web App Server demos, Blaz
3937
To run .NET 9 Blazor Web App Server Demos project
4038
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj`
4139
40+
To run .NET 10 Blazor Web App Server Demos project
41+
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET10.csproj`
42+
4243
To run .NET 8 Blazor Web App WASM Demos project
4344
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET8.csproj`
4445
4546
To run .NET 9 Blazor Web App WASM Demos project
4647
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET9.csproj`
4748
49+
To run .NET 10 Blazor Web App WASM Demos project
50+
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET10.csproj`
51+
4852
### Run the demo using Visual Studio
4953

5054
* Open the solution file using Visual Studio.
@@ -92,9 +96,12 @@ Clone the repository. This repository contains Blazor Web App Server demos, Blaz
9296
<div><p class="controlcategory">FILE VIEWERS & EDITORS</p></div>
9397
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started">Rich Text Editor</a></div>
9498
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/image-editor/getting-started">Image Editor</a></div>
95-
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/dialog/getting-started">Dialog</a></div>
99+
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/markdown-editor/getting-started">Markdown Editor</a></div>
100+
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/block-editor/getting-started-web-app">Block Editor</a></div>
101+
96102
<p>&nbsp;</p>
97103
<div><p class="controlcategory">LAYOUT</p></div>
104+
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/dialog/getting-started">Dialog</a></div>
98105
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/card/getting-started">Card</a></div>
99106
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/dashboard-layout/getting-started">Dashboard Layout</a></div>
100107
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/dialog/getting-started">Dialog</a></div>

0 commit comments

Comments
 (0)