File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/features/json/todo-app/dotnet-rest-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ <h2>Setup and configure</h2>
150
150
< ul >
151
151
< li > Create new database on SQL Server 2016 or Azure SQL.</ li >
152
152
< li > If you are using Azure SQL make sure that firewall rules in Azure enable you to make connections between your host and Azure SQL database.</ li >
153
- < li > Execute setup.sql script to create Todo table and populate it with sample data</ li >
154
- < li > Open xproj file in Visual Studio 2015 and set connection string in Startup.cs file:
153
+ < li > Execute setup.sql script to create Todo table and populate it with sample data. </ li >
154
+ < li > Open . xproj file in Visual Studio 2015 and set connection string in Startup.cs file:
155
155
< code >
156
156
157
157
You can’t perform that action at this time.
0 commit comments