This project requires .NET 10 SDK for local development and CI/CD builds.
-
Download: .NET 10 SDK
-
Verify installation:
dotnet --version
Should output
10.0.xor higher.
The repository includes a global.json file in the backend/ directory that pins the SDK version to ensure consistent builds across all environments.
Navigate to the backend directory before running any .NET commands:
cd backend
dotnet restore
dotnet build