diff --git a/docs/en/tutorials/todo/layered/index.md b/docs/en/tutorials/todo/layered/index.md index 73f4ff214d..96765c5864 100644 --- a/docs/en/tutorials/todo/layered/index.md +++ b/docs/en/tutorials/todo/layered/index.md @@ -54,11 +54,11 @@ This documentation has a video tutorial on **YouTube**!! You can watch it here: * An IDE (e.g. [Visual Studio](https://visualstudio.microsoft.com/vs/)) that supports [.NET 9.0+](https://dotnet.microsoft.com/download/dotnet) development. * [Node v20.11+](https://nodejs.org/) - +{{if DB=="EF"}} +* [SQL Server Express LocalDB](https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb) +{{end}} {{if DB=="Mongo"}} - * [MongoDB Server 4.0+](https://docs.mongodb.com/manual/administration/install-community/) - {{end}} ## Install ABP CLI Tool diff --git a/docs/en/tutorials/todo/single-layer/index.md b/docs/en/tutorials/todo/single-layer/index.md index a823e91dc0..0e3adc351d 100644 --- a/docs/en/tutorials/todo/single-layer/index.md +++ b/docs/en/tutorials/todo/single-layer/index.md @@ -50,11 +50,11 @@ This documentation has a video tutorial on **YouTube**!! You can watch it here: * An IDE (e.g. [Visual Studio](https://visualstudio.microsoft.com/vs/)) that supports [.NET 9.0+](https://dotnet.microsoft.com/download/dotnet) development. * [Node v20.11+](https://nodejs.org/) - +{{if DB=="EF"}} +* [SQL Server Express LocalDB](https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb) +{{end}} {{if DB=="Mongo"}} - * [MongoDB Server 4.0+](https://docs.mongodb.com/manual/administration/install-community/) - {{end}} ## Creating a New Solution