We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6ba3c commit f381496Copy full SHA for f381496
README.md
@@ -7,6 +7,7 @@ using ASP.NET Core and EntityFramework Core.
7
8
* Visual Studio 2015
9
* ASP.NET Core RC2 (Download here: https://go.microsoft.com/fwlink/?LinkId=798481)
10
+* SQL Server
11
12
## How To Run
13
@@ -17,4 +18,4 @@ using ASP.NET Core and EntityFramework Core.
17
18
* Locate to the folder contains .EntityFrameworkCore project
19
* Run "dotnet ef database update" command from console.
20
* Add a few product to Products table in the database.
-* Run the application.
21
+* Run the application.
0 commit comments