Added changed line emphasis. (#1653)

Default dotnet new mac has ConsoleApplication as namespace, highlights change.
pull/1654/head
Colin Dabritz 2016-07-11 12:42:36 -07:00 committed by Rick Anderson
parent b121a9b57c
commit df35e36289
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Getting Started
.. literalinclude:: getting-started/sample/aspnetcoreapp/Program.cs
:language: c#
:emphasize-lines: 2,10-15
:emphasize-lines: 2,4,10-15
7. Run the app (the ``dotnet run`` command will build the app when it's out of date):