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.
2 parents 10f34a6 + 9f35d3b commit ae822c1Copy full SHA for ae822c1
README.md
@@ -5,14 +5,14 @@ using ASP.NET Core and EntityFramework Core.
5
6
## Prerequirements
7
8
-* Visual Studio 2015
9
-* ASP.NET Core RC2 (Download here: https://go.microsoft.com/fwlink/?LinkId=798481)
+* Visual Studio 2015 (Install Update3 if not installed: https://www.visualstudio.com/news/releasenotes/vs2015-update3-vs)
+* ASP.NET Core (Install here: https://go.microsoft.com/fwlink/?LinkId=817245)
10
* SQL Server
11
12
## How To Run
13
14
* Open solution in Visual Studio 2015
15
-* Set .Web project as Startup Project
+* Set .Web project as Startup Project and build the project.
16
* Run database migrations
17
* Open command line
18
* Locate to the folder contains .EntityFrameworkCore project
0 commit comments