Skip to content

PiedTeam/pied-lms

Repository files navigation

PIED-LMS

Prerequisites

This project requires .NET 10 SDK for local development and CI/CD builds.

Installing .NET 10 SDK

  • Download: .NET 10 SDK

  • Verify installation:

    dotnet --version

    Should output 10.0.x or higher.

The repository includes a global.json file in the backend/ directory that pins the SDK version to ensure consistent builds across all environments.

Development

Navigate to the backend directory before running any .NET commands:

cd backend
dotnet restore
dotnet build

Releases

No releases published

Packages

 
 
 

Contributors

Languages