From 3d4d0d05e66bfb31db65b75071ef4432b8eb03d4 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sun, 10 Nov 2019 14:17:44 -0600 Subject: [PATCH] Fix versioning of content (#15645) --- aspnetcore/mvc/advanced/app-parts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/mvc/advanced/app-parts.md b/aspnetcore/mvc/advanced/app-parts.md index 454813eb97..767f53f02f 100644 --- a/aspnetcore/mvc/advanced/app-parts.md +++ b/aspnetcore/mvc/advanced/app-parts.md @@ -3,7 +3,7 @@ title: Application Parts in ASP.NET Core author: rick-anderson description: Share controllers, view, Razor Pages and more with Application Parts in ASP.NET Core ms.author: riande -ms.date: 11/7/2019 +ms.date: 11/10/2019 uid: mvc/extensibility/app-parts --- @@ -128,7 +128,7 @@ View Components: ::: moniker-end -::: moniker range="<= aspnetcore-3.0" +::: moniker range="< aspnetcore-3.0" By [Rick Anderson](https://twitter.com/RickAndMSFT) @@ -245,4 +245,4 @@ View Components: - SampleViewComponent ``` -::: moniker-end \ No newline at end of file +::: moniker-end