Development prerequisites


The prerequisites are separated into two development and environment requirements.

Recommended environment

All
  • .NET Sdk 7.0.401
  • Node.js
  • Run the following commands:

    dotnet workload install maui --sdk-version=7.0.401
    dotnet workload install wasm-tools wasm-experimental --sdk-version=7.0.401
Visual Studio
  • Microsoft Visual Studio 2022 - Version 17.7.0 or higher with the following workloads and extension
    • ASP.NET and web development
    • .NET Multi-Platform App UI development
    • Web Compiler 2022+ extension

VS Code