Added changed line emphasis. (#1653)
Default dotnet new mac has ConsoleApplication as namespace, highlights change.pull/1654/head
parent
b121a9b57c
commit
df35e36289
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue