Replace invalid PMC code fence type with powershell

pull/4511/head
Scott Addie 2017-10-06 10:10:34 -05:00
parent aa09a51566
commit 79bbe7481c
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ From the **Tools** menu, select **NuGet Package Manager > Package Manager Consol
In the PMC, enter the following commands:
```PMC
```powershell
Add-Migration Rating
Update-Database
```

View File

@ -73,7 +73,7 @@ Build the solution.
From the **Tools** menu, select **NuGet Package Manager > Package Manager Console**.
In the PMC, enter the following commands:
```PMC
```powershell
Add-Migration Rating
Update-Database
```
@ -94,7 +94,7 @@ If you delete all the records in the DB, the initializer will seed the DB and in
* Select **OK**.
* In the [PMC](xref:tutorials/razor-pages/new-field#pmc), update the database:
```PMC
```powershell
Update-Database
```