Skip to content

Commit 8d26582

Browse files
Lower the database compatability level to 140
1 parent 1d090f2 commit 8d26582

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>2.0.0</VersionPrefix>
4+
<VersionPrefix>2.0.1</VersionPrefix>
55
<VersionSuffix Condition="'$(Configuration)' == 'Debug'">devbuild</VersionSuffix>
66
</PropertyGroup>
77
</Project>
0 Bytes
Binary file not shown.

templates/Alloy.Mvc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Chose one of the following options to get started.
1010

1111
Prerequisities
1212
- .NET SDK 10+
13-
- SQL Server 2016 Express LocalDB (or later)
13+
- SQL Server 2017 Express LocalDB, compatability level 140 (or later)
1414

1515
```bash
1616
$ dotnet run
0 Bytes
Binary file not shown.

templates/Cms.Empty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Chose one of the following options to get started.
88

99
Prerequisities
1010
- .NET SDK 10+
11-
- SQL Server 2016 Express LocalDB (or later)
11+
- SQL Server 2017 Express LocalDB, compatability level 140 (or later)
1212

1313
```bash
1414
$ dotnet run

0 commit comments

Comments
 (0)