File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Chose one of the following options to get started.
1010
1111Prerequisities
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Chose one of the following options to get started.
88
99Prerequisities
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
You can’t perform that action at this time.
0 commit comments