Skip to content

Commit 8977513

Browse files
v29.1.33
1 parent 076d852 commit 8977513

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Syncfusion® Blazor Component Examples
1+
# Syncfusion® Blazor Component Examples
22

33
This repository contains the demos of [Syncfusion Blazor Components](https://www.syncfusion.com/blazor-components). This is the best place to check the controls to get more insight into the usage of APIs.
44

@@ -15,39 +15,42 @@ The following topics can help you to use the Syncfusion Blazor Components and ru
1515

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

18-
* [NET 6 WebAssembly Workload / NET 8 WebAssembly Workload](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-build-tools-and-aot?view=aspnetcore-8.0#net-webassembly-build-tools) (For [PDF Viewer Component](https://blazor.syncfusion.com/documentation/pdfviewer-2/getting-started/web-app#prerequisites))
18+
* [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) (For [PDF Viewer Component](https://blazor.syncfusion.com/documentation/pdfviewer-2/getting-started/web-app#prerequisites))
1919

2020
* Nodejs Version : [10.24.* or above](https://nodejs.org/download/release/v8.1.0/)
2121

2222
## How to run the demo
2323

24-
Clone the repository. This repository contains Blazor Server demos(.NET 6 and .NET 8), Blazor WASM demos(.NET 6 and .NET 8), Blazor Web App demos(.NET 8) and Blazor MAUI demos(.NET 8) project and solution files. This repository has Common, Blazor Server Demos, Blazor WASM Demos and Blazor Web App demos folders.
24+
Clone the repository. This repository contains Blazor Server demos, Blazor WASM demos, Blazor Web App demos and Blazor MAUI demos project and solution files for .NET 8 and .NET 9. This repository has Common, Blazor Server Demos, Blazor WASM Demos and Blazor Web App demos folders.
2525
* `Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.
2626
* `Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.
2727
* `Blazor-WebApp-Demos` folder has solution and project files to run Blazor Web app(InteractiveMode Auto) demos.
2828
* `Blazor-MAUI-Demos` folder has project file to run Blazor MAUI demos(Android).
29-
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server demos(.NET 6 and .NET 8), Blazor WASM demos(.NET 6 and .NET 8) and Blazor Web App demos(.NET 8).
29+
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server demos, Blazor WASM demos and Blazor Web App demos.
3030

3131
### Run the demo using .NET CLI
3232

3333
* Open the command prompt from the demo's directory.
3434
* Run the demo using the following command.
3535

36-
To run .NET 6 Blazor Server Demos project
37-
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET6.csproj`
38-
3936
To run .NET 8 Blazor Server Demos project
4037
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj`
4138
42-
To run .NET 6 Blazor WASM Demos project
43-
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET6.csproj`
39+
To run .NET 9 Blazor Server Demos project
40+
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj`
4441
4542
To run .NET 8 Blazor WASM Demos project
4643
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj`
4744
45+
To run .NET 9 Blazor WASM Demos project
46+
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj`
47+
4848
To run .NET 8 Blazor WebApp Demos project(InteractiveMode Auto)
4949
> `dotnet run --project Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos.csproj`
5050
51+
To run .NET 9 Blazor WebApp Demos project(InteractiveMode Auto)
52+
> `dotnet run --project Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos_NET9.csproj`
53+
5154
### Run the demo using Visual Studio
5255

5356
* Open the solution file using Visual Studio.
@@ -234,7 +237,7 @@ Clone the repository. This repository contains Blazor Server demos(.NET 6 and .N
234237

235238
Syncfusion Blazor Components is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
236239

237-
To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
240+
To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
238241

239242
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
240243

0 commit comments

Comments
 (0)