From aac82263aea9d10b8d2f5d796ee919b8c7af5224 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Wed, 13 Mar 2024 11:43:07 -0700 Subject: [PATCH] First MVC: Correct macOS command (#32052) --- aspnetcore/tutorials/first-mvc-app/start-mvc.md | 4 ++-- .../tutorials/first-mvc-app/start-mvc/includes/start-mvc7.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/tutorials/first-mvc-app/start-mvc.md b/aspnetcore/tutorials/first-mvc-app/start-mvc.md index 598e4b2169..351eee5db4 100644 --- a/aspnetcore/tutorials/first-mvc-app/start-mvc.md +++ b/aspnetcore/tutorials/first-mvc-app/start-mvc.md @@ -4,7 +4,7 @@ author: wadepickett description: Learn how to get started with ASP.NET Core MVC. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.date: 02/15/2024 +ms.date: 03/13/2024 uid: tutorials/first-mvc-app/start-mvc ms.custom: engagement-fy23 --- @@ -141,7 +141,7 @@ The following image shows the app: [!INCLUDE[](~/includes/trustCertVSC.md)] -* In Visual Studio Code, press Ctrl+F5 (Windows)/+F5 (macOS) to run the app without debugging. +* In Visual Studio Code, press Ctrl+F5 (Windows)/^+F5 (macOS) to run the app without debugging. Visual Studio Code: diff --git a/aspnetcore/tutorials/first-mvc-app/start-mvc/includes/start-mvc7.md b/aspnetcore/tutorials/first-mvc-app/start-mvc/includes/start-mvc7.md index 0c4f81978c..e0c234ac87 100644 --- a/aspnetcore/tutorials/first-mvc-app/start-mvc/includes/start-mvc7.md +++ b/aspnetcore/tutorials/first-mvc-app/start-mvc/includes/start-mvc7.md @@ -124,7 +124,7 @@ The following image shows the app: [!INCLUDE[](~/includes/trustCertVSC.md)] -* In Visual Studio Code, press Ctrl+F5 (Windows)/+F5 (macOS) to run the app without debugging. +* In Visual Studio Code, press Ctrl+F5 (Windows)/^+F5 (macOS) to run the app without debugging. Visual Studio Code: