Browse Source

Add SQL Server Express LocalDB requirement for EF

pull/23877/head
maliming 8 months ago
parent
commit
076416c1b9
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 6
      docs/en/tutorials/todo/layered/index.md
  2. 6
      docs/en/tutorials/todo/single-layer/index.md

6
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

6
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

Loading…
Cancel
Save