Update model.md (#6485)

* Update model.md

* Update model.md
pull/6486/head
Rick Anderson 2018-05-18 09:28:07 -10:00 committed by GitHub
parent 8e8824e0d2
commit ae2499d47f
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
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 2.0.3
Add-Migration Initial
Update-Database
```