Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2 KB

Required-Software.md

File metadata and controls

58 lines (39 loc) · 2 KB

Required Software

.NET Runtime

.NET 9.0 SDK or newer

Node.js Runtime

  • Node.js 20.16.0 or newer
  • NVM for Windows to manage multiple installed versions of Node.js
  • See engines in the solution's package.json files for specific version requirements

PowerShell

  • PowerShell v7.3 or newer
    • Note: You cannot use Windows PowerShell with this project. Windows PowerShell is an older, Windows-only, version of PowerShell. This project requires the modern, cross-platform version of PowerShell which is v7.0+.

C# Editor

  • VS Code (cross-platform, preferred)
  • (alternative) Visual Studio (Windows only)
  • (alternative) Rider (cross-platform)

Database

SQL Editor

  • Azure Data Studio (preferred)
  • (alternative) MS SQL Server Management Studio

Azure Storage

Azure storage is used locally for data storage and background job processing

Email SMTP Server

  • MailHog, Mailpit or a similar local SMTP server for local email testing