From 780bb073179be7c06e76af16678ebd3fb7e4f3d6 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:57:43 -1000 Subject: [PATCH] Update introduction-to-aspnet-core.md --- aspnetcore/introduction-to-aspnet-core.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/introduction-to-aspnet-core.md b/aspnetcore/introduction-to-aspnet-core.md index 2636b93a3723..50ba190bee0a 100644 --- a/aspnetcore/introduction-to-aspnet-core.md +++ b/aspnetcore/introduction-to-aspnet-core.md @@ -204,7 +204,7 @@ To change the sample to run the `ExpandDefault` scenario, define the `ExpandDefa For more information on using [C# preprocessor directives](/dotnet/csharp/language-reference/preprocessor-directives/) to selectively compile sections of code, see [#define (C# Reference)](/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-define) and [#if (C# Reference)](/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-if). -### Regions in sample code + ## Breaking changes and security advisories