We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b0e5e commit 5fa3ac4Copy full SHA for 5fa3ac4
2 files changed
templates/Alloy.Mvc/README.md
@@ -10,7 +10,7 @@ Chose one of the following options to get started.
10
11
Prerequisities
12
- .NET SDK 10+
13
-- SQL Server 2017 Express LocalDB, compatability level 140 (or later)
+- SQL Server 2022 Express LocalDB, compatability level 140 (or later)
14
15
```bash
16
$ dotnet run
templates/Cms.Empty/README.md
@@ -37,7 +37,7 @@ $ docker compose up
37
38
39
40
-- SQL Server 2016 (or later) on a external server, e.g. Azure SQL
+- SQL Server 2022 (or later) on a external server, e.g. Azure SQL
41
42
Create an empty database on the external database server and update the connection string accordingly.
43
0 commit comments