You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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)
23
21
24
22
## How to run the demo
25
23
26
-
Clone the repository. This repository contains Blazor Web App Server demos, Blazor Web App WASM demos and solution files for .NET 8and .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.
27
25
*`Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.
28
26
*`Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.
29
27
* 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
39
37
To run .NET 9 Blazor Web App Server Demos project
40
38
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj`
41
39
40
+
To run .NET 10 Blazor Web App Server Demos project
41
+
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET10.csproj`
42
+
42
43
To run .NET 8 Blazor Web App WASM Demos project
43
44
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET8.csproj`
44
45
45
46
To run .NET 9 Blazor Web App WASM Demos project
46
47
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET9.csproj`
47
48
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
+
48
52
### Run the demo using Visual Studio
49
53
50
54
* Open the solution file using Visual Studio.
@@ -79,7 +83,7 @@ Clone the repository. This repository contains Blazor Web App Server demos, Blaz
0 commit comments