Update model.md (#5195)

pull/5201/head
Rick Anderson 2018-01-17 13:32:21 -10:00 committed by GitHub
parent 82473b2a53
commit f2cf1d342a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ From the **Tools** menu, select **NuGet Package Manager** > **Package Manager Co
In the PMC, enter the following commands:
```powershell
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 2.0.0
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design
Add-Migration Initial
Update-Database
```